fix(gb-infra): Correctly position cargo test step in Node workflow
This commit is contained in:
parent
e03c0c7411
commit
3f20667813
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ jobs:
|
||||||
- uses: wackbyte/rust-toolchain@trunk
|
- uses: wackbyte/rust-toolchain@trunk
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- run: cargo test --all-features
|
||||||
|
|
||||||
- run: cargo test --all-features
|
|
||||||
- name: Cache cargo registry
|
- name: Cache cargo registry
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue