Skip to content

Commit bebc7a2

Browse files
committed
Revert "Temporarily disable miri on doctests"
This reverts commit 9f84a37.
1 parent f2c4db9 commit bebc7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127
- uses: dtolnay/rust-toolchain@miri
128128
- run: cargo miri setup
129-
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
129+
- run: cargo miri test
130130
env:
131131
MIRIFLAGS: -Zmiri-strict-provenance
132132

0 commit comments

Comments
 (0)