Skip to content

Commit

Permalink
Merge branch 'mscroggs/--lib' into mscroggs/test
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 4, 2024
2 parents aab0de3 + 52514e4 commit b8b0e03
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 b8b0e03

Please sign in to comment.