Skip to content

Commit

Permalink
Add cargo test to the actions workflow (#126)
Browse files Browse the repository at this point in the history
It currently tests all crates and runs all tests regardless of failure.
  • Loading branch information
Philipp-M authored Aug 8, 2023
1 parent 089d04e commit 2ccc427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
if: runner.os == 'Linux'
- name: Cargo Clippy
run: cargo clippy --workspace -- -D warnings
- name: Cargo Test
run: cargo test --no-fail-fast --workspace

0 comments on commit 2ccc427

Please sign in to comment.