Skip to content

Commit

Permalink
install nextest in dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Sep 21, 2023
1 parent f608ac1 commit 6f7b483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/test_unit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ runs:

- shell: bash
run: |
sudo cargo install cargo-nextest --locked
sudo cargo -Zgitoxide=fetch,shallow-index,shallow-deps nextest run --no-fail-fast
cargo -Zgitoxide=fetch,shallow-index,shallow-deps nextest run --no-fail-fast
env:
RUST_TEST_THREADS: "8"
RUST_LOG: ERROR
Expand Down
1 change: 1 addition & 0 deletions scripts/setup/rust-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]

0 comments on commit 6f7b483

Please sign in to comment.