Skip to content

Commit

Permalink
Re-enable BLAS backend tests (#234)
Browse files Browse the repository at this point in the history
* Make blas tests work again with linfa 0.7.1

* Re-enable CI test with blas feature

* Pin cargo lock version 3
  • Loading branch information
relf authored Jan 20, 2025
1 parent f7bc316 commit e6d7fa7
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 167 deletions.
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


Loading

0 comments on commit e6d7fa7

Please sign in to comment.