Skip to content

Commit ba33438

Browse files
committed
Temporarily disable miri on doctests
1 parent df8bffa commit ba33438

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
93+
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
9494
env:
9595
MIRIFLAGS: -Zmiri-strict-provenance
9696

0 commit comments

Comments
 (0)