Skip to content

Commit 3c184eb

Browse files
committed
Use intel-mkl-system feature for calc coverage
1 parent 20d0f25 commit 3c184eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Generate code coverage
3535
run: |
36-
cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
36+
cargo tarpaulin --features=intel-mkl-system --out Xml
3737
- name: Upload to codecov.io
3838
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)