@@ -12,18 +12,20 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 feature :
15+ - mkl-static-lp64-seq
16+ - mkl-static-ilp64-seq
1517 - mkl-dynamic-lp64-seq
1618 - mkl-dynamic-ilp64-seq
1719 runs-on : windows-2019
1820 steps :
19- - uses : actions/checkout@v1
20- - uses : actions-rs/cargo@v1
21- with :
22- command : test
23- args : >
24- --manifest-path=intel-mkl-sys/Cargo.toml
25- --no-default-features
26- --features=${{ matrix.feature }},download
21+ - uses : actions/checkout@v1
22+ - uses : actions-rs/cargo@v1
23+ with :
24+ command : test
25+ args : >
26+ --manifest-path=intel-mkl-sys/Cargo.toml
27+ --no-default-features
28+ --features=${{ matrix.feature }},download
2729
2830 macos :
2931 strategy :
@@ -36,14 +38,14 @@ jobs:
3638 - mkl-dynamic-ilp64-seq
3739 runs-on : macos-10.15
3840 steps :
39- - uses : actions/checkout@v1
40- - uses : actions-rs/cargo@v1
41- with :
42- command : test
43- args : >
44- --manifest-path=intel-mkl-sys/Cargo.toml
45- --no-default-features
46- --features=${{ matrix.feature }},download
41+ - uses : actions/checkout@v1
42+ - uses : actions-rs/cargo@v1
43+ with :
44+ command : test
45+ args : >
46+ --manifest-path=intel-mkl-sys/Cargo.toml
47+ --no-default-features
48+ --features=${{ matrix.feature }},download
4749
4850 linux :
4951 strategy :
@@ -60,11 +62,11 @@ jobs:
6062 - mkl-dynamic-ilp64-seq
6163 runs-on : ubuntu-18.04
6264 steps :
63- - uses : actions/checkout@v1
64- - uses : actions-rs/cargo@v1
65- with :
66- command : test
67- args : >
68- --manifest-path=intel-mkl-sys/Cargo.toml
69- --no-default-features
70- --features=${{ matrix.feature }},download
65+ - uses : actions/checkout@v1
66+ - uses : actions-rs/cargo@v1
67+ with :
68+ command : test
69+ args : >
70+ --manifest-path=intel-mkl-sys/Cargo.toml
71+ --no-default-features
72+ --features=${{ matrix.feature }},download
0 commit comments