Revise test-suite.yml

This commit is contained in:
Tan Chee Keong
2023-10-05 23:20:50 +08:00
parent 39bd86ae5d
commit bf7b9488b6

View File

@@ -390,8 +390,12 @@ jobs:
cli-check:
name: cli-check
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
- uses: actions/checkout@v3
- name: Get latest version of stable Rust
uses: moonrepo/setup-rust@v1
with:
channel: stable
cache-target: release
- name: Run Makefile to trigger the bash script
run: make cli