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 dec0bf1 commit 131bdf8Copy full SHA for 131bdf8
ci.sh
@@ -25,7 +25,7 @@ function run_tests {
25
./miri test --locked
26
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
27
# Only for host architecture: tests with MIR optimizations
28
- MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test
+ MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
29
fi
30
# "miri test" has built the sysroot for us, now this should pass without
31
# any interactive questions.
0 commit comments