Skip to content

Commit

Permalink
Just runs miri on all features
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Oct 24, 2024
1 parent 8c60dba commit 3c21b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/miri-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ set -e
RUSTFLAGS="-Zrandomize-layout"

# General tests
cargo miri test -v --no-default-features
cargo miri test -v -p ndarray -p ndarray-rand --lib --tests
cargo miri test -v --features "$FEATURES"

# BLAS tests
cargo miri test -p ndarray --lib -v --features blas
Expand Down

0 comments on commit 3c21b98

Please sign in to comment.