Skip to content

Commit

Permalink
Fix test toolchain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
InCogNiTo124 committed Aug 15, 2022
1 parent b44c0bd commit 7f6409e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
uses: actions/checkout@v2

- name: Install toolchain
run: dtolnay/rust-toolchain@${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}

- name: Run cargo test with BLAS enabled
run: cargo test --release --workspace --features intel-mkl-static,linfa-clustering/blas,linfa-ica/blas,linfa-reduction/blas,linfa-linear/blas,linfa-preprocessing/blas,linfa-pls/blas,linfa-elasticnet/blas

0 comments on commit 7f6409e

Please sign in to comment.