]> git.lizzy.rs Git - rust.git/blobdiff - ci.sh
Auto merge of #1565 - RalfJung:rustup, r=RalfJung
[rust.git] / ci.sh
diff --git a/ci.sh b/ci.sh
index c2c36e1efc1feecef4defbc38ee3b6ebf34ca075..56a6f1228ab597941e1c8f0aff0b912cfdb5ab49 100755 (executable)
--- a/ci.sh
+++ b/ci.sh
@@ -25,8 +25,7 @@ function run_tests {
   ./miri test --locked
   if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
     # Only for host architecture: tests with MIR optimizations
-    # FIXME:only testing level 1 because of <https://github.com/rust-lang/rust/issues/73223>.
-    MIRI_TEST_FLAGS="-Z mir-opt-level=1" ./miri test --locked
+    MIRIFLAGS="-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.