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 1515 command : |
1616 apt update && apt install -y gfortran
1717 cargo test --no-default-features --features=openblas
18+ cargo test --no-default-features --features=openblas,serde-1
1819
1920 test-netlib :
2021 << : *rust_cfg
@@ -25,14 +26,17 @@ jobs:
2526 command : |
2627 apt update && apt install -y cmake gfortran
2728 cargo test --no-default-features --features=netlib
29+ cargo test --no-default-features --features=netlib,serde-1
2830
2931 test-intel-mkl :
3032 << : *rust_cfg
3133 steps :
3234 - checkout
3335 - run :
3436 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
3640
3741workflows :
3842 version : 2
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ accelerate = ["lapack-src/accelerate", "blas-src/accelerate"]
1717intel-mkl = [" lapack-src/intel-mkl" , " blas-src/intel-mkl" ]
1818netlib = [" lapack-src/netlib" , " blas-src/netlib" , " netlib-src" ]
1919openblas = [" lapack-src/openblas" , " blas-src/openblas" , " openblas-src" ]
20+ serde-1 = [" ndarray/serde-1" , " num-complex/serde" ]
2021
2122[dependencies ]
2223derive-new = " 0.5"
You can’t perform that action at this time.
0 commit comments