Skip to content

Commit 38da1fa

Browse files
authored
mir-opt-level 4 is the new 3
1 parent 413e341 commit 38da1fa

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
@@ -24,7 +24,7 @@ function run_tests {
2424
if [ -z "${MIRI_TEST_TARGET+exists}" ]; then
2525
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
2626
# optimizations up all the way).
27-
MIRIFLAGS="-O -Zmir-opt-level=3" ./miri test --locked
27+
MIRIFLAGS="-O -Zmir-opt-level=4" ./miri test --locked
2828
fi
2929

3030
# On Windows, there is always "python", not "python3" or "python2".

0 commit comments

Comments
 (0)