Skip to content

Commit

Permalink
Update miri_tb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 26, 2024
1 parent 5aaba5b commit 8bd96e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/miri_tb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ cargo miri setup
export MIRIFLAGS="-Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-tree-borrows -Zmiri-ignore-leaks"
export RUSTFLAGS="--cfg test_$CONFIG_FLAGS"

cargo miri test --tests --target $TARGET --lib 2>&1 | ts -i '%.s '
cargo miri test --tests --target $TARGET --lib -- --test-threads 1 2>&1 | ts -i '%.s '

0 comments on commit 8bd96e0

Please sign in to comment.