mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
run_tests_minimal: actually run the smoke test on the desired target
This commit is contained in:
parent
144b4859ad
commit
c6587b0160
@ -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