Skip to content

Commit 8dc5424

Browse files
committed
CI: cargo +nightly miri
1 parent bb04027 commit 8dc5424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@nightly
3636
- name: Build
37-
run: cargo miri test --features debug-assertions
37+
run: cargo +nightly miri test --features debug-assertions
3838
lint:
3939
name: Lint
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)