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 9f84a37.
  • Loading branch information
dtolnay committed Apr 8, 2024
1 parent f2c4db9 commit bebc7a2
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 --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 bebc7a2

Please sign in to comment.