We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db37402 commit cbb1645Copy full SHA for cbb1645
.github/workflows/safety.yml
@@ -56,6 +56,7 @@ jobs:
56
components: miri
57
58
- name: cargo miri test
59
- run: cargo miri test -Zmiri-disable-isolation
+ run: cargo miri test
60
env:
61
+ RUSTFLAGS: "-Zmiri-disable-isolation"
62
MIRIFLAGS: ""
0 commit comments