always lock on CI
This commit is contained in:
parent
dec0bf15f6
commit
131bdf88a7
1 changed files with 1 additions and 1 deletions
2
ci.sh
2
ci.sh
|
|
@ -25,7 +25,7 @@ function run_tests {
|
|||
./miri test --locked
|
||||
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
|
||||
# Only for host architecture: tests with MIR optimizations
|
||||
MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test
|
||||
MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
|
||||
fi
|
||||
# "miri test" has built the sysroot for us, now this should pass without
|
||||
# any interactive questions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue