Skip to content

Commit

Permalink
Temporarily disable miri CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 5, 2023
1 parent 6ccc53c commit 7a4363f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri test
continue-on-error: true # https://github.com/rust-lang/miri/issues/2874
env:
MIRIFLAGS: -Zmiri-tag-raw-pointers

Expand Down

0 comments on commit 7a4363f

Please sign in to comment.