Skip to content

Commit e6d7fa7

Browse files
authored
Re-enable BLAS backend tests (#234)
* Make blas tests work again with linfa 0.7.1 * Re-enable CI test with blas feature * Pin cargo lock version 3
1 parent f7bc316 commit e6d7fa7

File tree

8 files changed

+209
-167
lines changed

8 files changed

+209
-167
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
uses: actions-rs/cargo@v1
7777
with:
7878
command: test
79-
args: --all --release --features persistent-moe,nlopt # ,blas,linfa/intel-mkl-static # disabled till linfa 0.8
79+
args: --all --release --features persistent-moe,nlopt,blas,linfa/intel-mkl-static
8080

8181

0 commit comments

Comments
 (0)