Skip to content

Commit

Permalink
Use intel-mkl-system feature for calc coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 30, 2022
1 parent 20d0f25 commit 3c184eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v2
- name: Generate code coverage
run: |
cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
cargo tarpaulin --features=intel-mkl-system --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1

0 comments on commit 3c184eb

Please sign in to comment.