Skip to content

Commit 6e38aff

Browse files
committed
Revert "Temporarily disable miri on doctests"
This reverts commit 3bfab6e.
1 parent 5b24f88 commit 6e38aff

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
@@ -154,7 +154,7 @@ jobs:
154154
- uses: actions/checkout@v4
155155
- uses: dtolnay/rust-toolchain@miri
156156
- run: cargo miri setup
157-
- run: cd serde && cargo miri test --features derive,rc,unstable --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
157+
- run: cd serde && cargo miri test --features derive,rc,unstable
158158
env:
159159
MIRIFLAGS: -Zmiri-strict-provenance
160160
- run: cd test_suite && cargo miri test --features unstable

0 commit comments

Comments
 (0)