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 a887417 commit 6afd9ceCopy full SHA for 6afd9ce
ci.sh
@@ -31,7 +31,7 @@ function run_tests {
31
# optimizations up all the way).
32
# Optimizations change diagnostics (mostly backtraces), so we don't check them
33
#FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
34
- MIRIFLAGS="$MIRIFLAGS -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
+ MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
35
fi
36
37
## test-cargo-miri
0 commit comments