Skip to content

Commit

Permalink
Remove problematic cargo run --example | ...
Browse files Browse the repository at this point in the history
  • Loading branch information
wrsturgeon committed Sep 16, 2023
1 parent b4ddb47 commit d46c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo clippy --all-targets --all-features

export MIRIFLAGS=-Zmiri-backtrace=1
export RUST_BACKTRACE=1
cargo run --example 2>&1 | grep '^ ' | xargs -n 1 cargo +nightly miri run --no-default-features --example
# cargo run --example 2>&1 | grep '^ ' | xargs -n 1 cargo +nightly miri run --no-default-features --example
cargo +nightly miri test --no-default-features
cargo +nightly miri test --no-default-features --examples
cargo test --no-default-features
Expand Down

0 comments on commit d46c2a7

Please sign in to comment.