Revise test-suite.yml

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

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