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 48ae580.
  • Loading branch information
dtolnay committed Apr 8, 2024
1 parent 1f1c768 commit 28e905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -187,7 +187,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 28e905f

Please sign in to comment.