modified test-suite

This commit is contained in:
chonghe
2023-08-07 09:01:47 +08:00
committed by Tan Chee Keong
parent f99c03fef7
commit 2b42e2568f
3 changed files with 32 additions and 39 deletions

View File

@@ -387,3 +387,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