Skip to content

Commit

Permalink
don't only run --lib tests (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Dec 4, 2024
1 parent 143f6ed commit 5be4a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cargo clippy --examples -- -D warnings
- name: Run unit tests (debug)
run: cargo test --lib --features "mpi,strict"
run: cargo test --features "mpi,strict"
- name: Run tests (release)
run: cargo test --examples --release --features "mpi,strict"
- name: Run examples
Expand Down

0 comments on commit 5be4a73

Please sign in to comment.