Skip to content

Commit

Permalink
ci: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 9, 2024
1 parent 80ad2ec commit 7b6cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: cargo nextest run (tests)
env:
RUST_BACKTRACE: 1
run: cargo nextest run --all
run: cargo nextest run --workspace --no-fail-fast

- name: cargo clippy
run: tools/clippy.sh
Expand Down

0 comments on commit 7b6cdaa

Please sign in to comment.