Skip to content

Commit 62622dc

Browse files
authored
ci: remove unstable miri option (#167)
1 parent 137f0e3 commit 62622dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
override: true
184184

185185
- name: Test
186-
run: MIRIFLAGS="-Zmiri-tag-raw-pointers -Zmiri-check-number-validity" cargo miri test
186+
run: cargo miri test
187187
#
188188
# mirai:
189189
# name: MIRAI static analysis

0 commit comments

Comments
 (0)