@@ -12,18 +12,20 @@ jobs:
12
12
fail-fast : false
13
13
matrix :
14
14
feature :
15
+ - mkl-static-lp64-seq
16
+ - mkl-static-ilp64-seq
15
17
- mkl-dynamic-lp64-seq
16
18
- mkl-dynamic-ilp64-seq
17
19
runs-on : windows-2019
18
20
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
27
29
28
30
macos :
29
31
strategy :
@@ -36,14 +38,14 @@ jobs:
36
38
- mkl-dynamic-ilp64-seq
37
39
runs-on : macos-10.15
38
40
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
47
49
48
50
linux :
49
51
strategy :
@@ -60,11 +62,11 @@ jobs:
60
62
- mkl-dynamic-ilp64-seq
61
63
runs-on : ubuntu-18.04
62
64
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