We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c009da commit a02082eCopy full SHA for a02082e
.github/workflows/test.yml
@@ -76,6 +76,6 @@ jobs:
76
uses: actions-rs/cargo@v1
77
with:
78
command: test
79
- 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
80
81
0 commit comments