Skip to content

Commit 925c35a

Browse files
committed
cargo-test with no default feature
1 parent 3cbdad3 commit 925c35a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/intel-mkl-tool.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
command: test
2424
args: --manifest-path=intel-mkl-tool/Cargo.toml
25+
name: cargo-test
26+
- uses: actions-rs/cargo@v1
27+
with:
28+
command: test
29+
args: --manifest-path=intel-mkl-tool/Cargo.toml --no-default-features
30+
name: cargo-test no-default-features
2531

2632
docker:
2733
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)