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 326efd4 + ab84c6a commit e1842baCopy full SHA for e1842ba
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