Skip to content

Commit

Permalink
Re-enable CI test with blas feature
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 20, 2025
1 parent 2c009da commit a02082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --release --features persistent-moe,nlopt # ,blas,linfa/intel-mkl-static # disabled till linfa 0.8
args: --all --release --features persistent-moe,nlopt,blas,linfa/intel-mkl-static


0 comments on commit a02082e

Please sign in to comment.