mirror of
https://github.com/serde-rs/json.git
synced 2026-04-16 17:34:47 +00:00
Unpin CI miri toolchain
Fixed in nightly-2026-02-13.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -106,10 +106,7 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
|
||||
components: miri, rust-src
|
||||
- uses: dtolnay/rust-toolchain@miri
|
||||
- run: cargo miri setup
|
||||
- run: cargo miri test --target ${{matrix.target}}
|
||||
- run: cargo miri test --target ${{matrix.target}} --features preserve_order,float_roundtrip,arbitrary_precision,raw_value
|
||||
|
||||
Reference in New Issue
Block a user