Skip to content

Commit

Permalink
Temporarily disable miri on doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 25, 2024
1 parent 364cd8d commit 3bfab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri setup
- run: cd serde && cargo miri test --features derive,rc,unstable
- run: cd serde && cargo miri test --features derive,rc,unstable --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
env:
MIRIFLAGS: -Zmiri-strict-provenance
- run: cd test_suite && cargo miri test --features unstable
Expand Down

0 comments on commit 3bfab6e

Please sign in to comment.