We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f34f2 commit e0863efCopy full SHA for e0863ef
ci.sh
@@ -43,7 +43,7 @@ function run_tests {
43
# optimizations up all the way, too).
44
# Optimizations change diagnostics (mostly backtraces), so we don't check
45
# them. Also error locations change so we don't run the failing tests.
46
- MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
+ MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
47
48
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
49
for FILE in tests/many-seeds/*.rs; do
0 commit comments