mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Auto merge of #2701 - RalfJung:smoke, r=RalfJung
run_tests_minimal: actually run the smoke test on the desired target
This commit is contained in:
commit
9f8df93b09
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user