Skip to content

修改不能处理聚合类存在数组的错误,增加测试用例 #27

修改不能处理聚合类存在数组的错误,增加测试用例

修改不能处理聚合类存在数组的错误,增加测试用例 #27

Workflow file for this run

name: Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache
id: cache
uses: actions/cache@v3
with:
path: check/target/release/check
key: check-build-cache-0001
- name: Build
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd check
cargo build --release
- name: Check
run: check/target/release/check