Skip to content

Commit

Permalink
Merge branch 'fix_inverse_crash' of github.com:linalg-rs/rlst into fi…
Browse files Browse the repository at this point in the history
…x_inverse_crash
  • Loading branch information
mscroggs committed Dec 4, 2024
2 parents d6e435b + 3d674e9 commit b65e4a1
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 b65e4a1

Please sign in to comment.