Skip to content

Commit 52a9c05

Browse files
committed
Pull miri from miri branch of dtolnay/rust-toolchain
1 parent aff685b commit 52a9c05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
MIRIFLAGS: -Zmiri-tag-raw-pointers
7272
steps:
7373
- uses: actions/checkout@v3
74-
- uses: dtolnay/rust-toolchain@nightly
75-
with:
76-
components: miri
74+
- uses: dtolnay/rust-toolchain@miri
7775
- run: cargo miri test
7876
- run: cargo miri test --features preserve_order,float_roundtrip,arbitrary_precision,raw_value
7977

0 commit comments

Comments
 (0)