Skip to content

Commit 508ece8

Browse files
committed
Revert "Temporarily disable miri on doctests"
This reverts commit ba33438.
1 parent c8c804c commit 508ece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4
9191
- uses: dtolnay/rust-toolchain@miri
9292
- run: cargo miri setup
93-
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
93+
- run: cargo miri test
9494
env:
9595
MIRIFLAGS: -Zmiri-strict-provenance
9696

0 commit comments

Comments
 (0)