Skip to content

Commit

Permalink
correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 17, 2024
1 parent bf92dd5 commit 0a0d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-weekly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build rust library
run: cargo build --features "${{matrix.f_mpi}}${{matrix.f_strict}}"
- name: Build rust library in release mode
run: cargo build --features --release "${{matrix.f_mpi}}${{matrix.f_strict}}"
run: cargo build --release --features "${{matrix.f_mpi}}${{matrix.f_strict}}"

- name: Run unit tests
run: cargo test --features "${{matrix.f_mpi}}${{matrix.f_strict}}"
Expand Down

0 comments on commit 0a0d142

Please sign in to comment.