Skip to content

Commit 8070bb8

Browse files
mark-i-mkennytm
andauthored
Regressions ok for miri too
Co-Authored-By: kennytm <[email protected]>
1 parent 97b4156 commit 8070bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/x86_64-gnu-tools/checkregression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import json
66

77
# Regressions for these tools does not cause failure
8-
REGRESSION_OK = ["rustc-guide"]
8+
REGRESSION_OK = ["rustc-guide", "miri"]
99

1010
if __name__ == '__main__':
1111
os_name = sys.argv[1]

0 commit comments

Comments
 (0)