File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
command : |
16
16
apt update && apt install -y gfortran
17
17
cargo test --no-default-features --features=openblas
18
+ cargo test --no-default-features --features=openblas,serde-1
18
19
19
20
test-netlib :
20
21
<< : *rust_cfg
@@ -25,14 +26,17 @@ jobs:
25
26
command : |
26
27
apt update && apt install -y cmake gfortran
27
28
cargo test --no-default-features --features=netlib
29
+ cargo test --no-default-features --features=netlib,serde-1
28
30
29
31
test-intel-mkl :
30
32
<< : *rust_cfg
31
33
steps :
32
34
- checkout
33
35
- run :
34
36
name : test Intel MKL backend
35
- command : cargo test --no-default-features --features=intel-mkl
37
+ command : |
38
+ cargo test --no-default-features --features=intel-mkl
39
+ cargo test --no-default-features --features=intel-mkl,serde-1
36
40
37
41
format :
38
42
<< : *rust_cfg
You can’t perform that action at this time.
0 commit comments