Skip to content

Commit

Permalink
blas: Run blas-mock-tests in cross compiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 9, 2024
1 parent 05789c1 commit 7226d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/blas-mock-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ doc = false
doctest = false

[dependencies]
ndarray = { workspace = true, features = ["approx", "blas"] }
ndarray-gen = { workspace = true }
cblas-sys = { workspace = true }

[dev-dependencies]
ndarray = { workspace = true, features = ["approx", "blas"] }
ndarray-gen = { workspace = true }
itertools = { workspace = true }
1 change: 1 addition & 0 deletions scripts/cross-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 7226d39

Please sign in to comment.