Skip to content

Commit 131bdf8

Browse files
committed
always lock on CI
1 parent dec0bf1 commit 131bdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function run_tests {
2525
./miri test --locked
2626
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
2727
# Only for host architecture: tests with MIR optimizations
28-
MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test
28+
MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
2929
fi
3030
# "miri test" has built the sysroot for us, now this should pass without
3131
# any interactive questions.

0 commit comments

Comments
 (0)