run_tests_minimal: actually run the smoke test on the desired target
This commit is contained in:
parent
144b4859ad
commit
c6587b0160
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue