Skip to content

Commit

Permalink
Test with nalgebra instead of intel-mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Dec 25, 2023
1 parent 7a52cde commit c0aa08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features intel-mkl,parallelism,mzmlb,async,mzsignal -- --nocapture --show-output --test-threads 1
args: --no-default-features --features nalgebra,parallelism,mzmlb,async,mzsignal -- --nocapture --show-output --test-threads 1

0 comments on commit c0aa08d

Please sign in to comment.