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.
1 parent 144b485 commit c6587b0Copy full SHA for c6587b0
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