Skip to content

Commit

Permalink
Auto merge of #2701 - RalfJung:smoke, r=RalfJung
Browse files Browse the repository at this point in the history
run_tests_minimal: actually run the smoke test on the desired target
  • Loading branch information
bors committed Nov 27, 2022
2 parents 326efd4 + ab84c6a commit e1842ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function run_tests_minimal {
./miri test -- "$@"

# Ensure that a small smoke test of cargo-miri works.
cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml
cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET}

endgroup
}
Expand Down

0 comments on commit e1842ba

Please sign in to comment.