fix(gb-infra): Improve readability by adding a name to the test step in Node workflow
Some checks failed
GBCI / build (push) Failing after 4s
Some checks failed
GBCI / build (push) Failing after 4s
This commit is contained in:
parent
19cd1bc46d
commit
017fe4ac77
1 changed files with 3 additions and 2 deletions
|
@ -17,11 +17,12 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
- uses: wackbyte/rust-toolchain@trunk
|
uses: wackbyte/rust-toolchain@trunk
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
- run: cargo test --all-features
|
- name: Run tests
|
||||||
|
run: cargo test --all-features
|
||||||
|
|
||||||
- name: Cache cargo registry
|
- name: Cache cargo registry
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue