Skip to content

Commit 9f8df93

Browse files
committed
Auto merge of rust-lang#2701 - RalfJung:smoke, r=RalfJung
run_tests_minimal: actually run the smoke test on the desired target
2 parents 5a14c5a + c6587b0 commit 9f8df93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function run_tests_minimal {
8888
./miri test -- "$@"
8989

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

9393
endgroup
9494
}

0 commit comments

Comments
 (0)