Skip to content

Commit

Permalink
ci: remove unstable miri option
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 10, 2024
1 parent 137f0e3 commit adb68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
override: true

- name: Test
run: MIRIFLAGS="-Zmiri-tag-raw-pointers -Zmiri-check-number-validity" cargo miri test
run: MIRIFLAGS="-Zmiri-check-number-validity" cargo miri test
#
# mirai:
# name: MIRAI static analysis
Expand Down

0 comments on commit adb68ca

Please sign in to comment.