File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-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
workflows :
38
42
version : 2
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ accelerate = ["lapack-src/accelerate", "blas-src/accelerate"]
17
17
intel-mkl = [" lapack-src/intel-mkl" , " blas-src/intel-mkl" ]
18
18
netlib = [" lapack-src/netlib" , " blas-src/netlib" , " netlib-src" ]
19
19
openblas = [" lapack-src/openblas" , " blas-src/openblas" , " openblas-src" ]
20
+ serde-1 = [" ndarray/serde-1" , " num-complex/serde" ]
20
21
21
22
[dependencies ]
22
23
derive-new = " 0.5"
You can’t perform that action at this time.
0 commit comments