test mir-opt-level=4 again on run tests
This commit is contained in:
parent
e37dfa6d91
commit
8694e656be
3
ci.sh
3
ci.sh
@ -26,8 +26,7 @@ function run_tests {
|
||||
# optimizations up all the way).
|
||||
# Optimizations change diagnostics (mostly backtraces), so we don't check them
|
||||
#FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
|
||||
#MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked
|
||||
true
|
||||
MIRIFLAGS="-O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test --locked -- tests/{run-pass,run-fail}
|
||||
fi
|
||||
|
||||
# On Windows, there is always "python", not "python3" or "python2".
|
||||
|
Loading…
x
Reference in New Issue
Block a user