mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Revise test-suite.yml
This commit is contained in:
6
.github/workflows/test-suite.yml
vendored
6
.github/workflows/test-suite.yml
vendored
@@ -390,8 +390,12 @@ jobs:
|
|||||||
cli-check:
|
cli-check:
|
||||||
name: cli-check
|
name: cli-check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: cargo-fmt
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Run Makefile to trigger the bash script
|
||||||
run: make cli
|
run: make cli
|
||||||
|
|||||||
Reference in New Issue
Block a user