Skip to content

Commit 4bdc16c

Browse files
committed
CI: Add miri component
1 parent 8dc5424 commit 4bdc16c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@nightly
36+
with:
37+
components: miri
3638
- name: Build
3739
run: cargo +nightly miri test --features debug-assertions
3840
lint:

0 commit comments

Comments
 (0)