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 4a0be88 commit 3a3f61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -89,8 +89,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri setup
- run: cargo miri test
- run: cargo miri test --features preserve_order,float_roundtrip,arbitrary_precision,raw_value
- run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
- run: cargo miri test --features preserve_order,float_roundtrip,arbitrary_precision,raw_value --all-targets

clippy:
name: Clippy
Expand Down

0 comments on commit 3a3f61b

Please sign in to comment.