We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a14c5a + c6587b0 commit 9f8df93Copy full SHA for 9f8df93
src/tools/miri/ci.sh
@@ -88,7 +88,7 @@ function run_tests_minimal {
88
./miri test -- "$@"
89
90
# Ensure that a small smoke test of cargo-miri works.
91
- 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}
92
93
endgroup
94
}
0 commit comments