modified test-suite

This commit is contained in:
chonghe
2023-08-07 09:01:47 +08:00
parent 0374cf6068
commit 090d20bb8c
3 changed files with 32 additions and 39 deletions

View File

@@ -402,3 +402,11 @@ jobs:
run: rustup override set beta
- name: Run make
run: make
cli-check:
name: cli-check
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
- uses: actions/checkout@v3
- name: Run Makefile to trigger the bash script
run: make cli