Skip to content

Commit

Permalink
Revert "Temporarily disable miri on doctests"
Browse files Browse the repository at this point in the history
This reverts commit d5e45f2.
  • Loading branch information
dtolnay committed Apr 8, 2024
1 parent 8f39203 commit 0ce0ec2
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 @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri setup
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance

Expand Down

0 comments on commit 0ce0ec2

Please sign in to comment.