mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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 -- "$@"
|
./miri test -- "$@"
|
||||||
|
|
||||||
# Ensure that a small smoke test of cargo-miri works.
|
# 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
|
endgroup
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user