We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05789c1 commit 7226d39Copy full SHA for 7226d39
crates/blas-mock-tests/Cargo.toml
@@ -10,9 +10,9 @@ doc = false
10
doctest = false
11
12
[dependencies]
13
-ndarray = { workspace = true, features = ["approx", "blas"] }
14
-ndarray-gen = { workspace = true }
15
cblas-sys = { workspace = true }
16
17
[dev-dependencies]
+ndarray = { workspace = true, features = ["approx", "blas"] }
+ndarray-gen = { workspace = true }
18
itertools = { workspace = true }
scripts/cross-tests.sh
@@ -11,3 +11,4 @@ QC_FEAT=--features=ndarray-rand/quickcheck
cross build -v --features="$FEATURES" $QC_FEAT --target=$TARGET
cross test -v --no-fail-fast --features="$FEATURES" $QC_FEAT --target=$TARGET
+cross test -v -p blas-mock-tests
0 commit comments