Skip to content

Commit

Permalink
Temporarily disable miri on doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 25, 2024
1 parent 45e5a58 commit 9f84a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri setup
- run: cargo miri test
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
env:
MIRIFLAGS: -Zmiri-strict-provenance

Expand Down

0 comments on commit 9f84a37

Please sign in to comment.