Skip to content

Commit 42abed7

Browse files
committed
Add miri component
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent ad6c780 commit 42abed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/miri.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
1515
with:
1616
toolchain: nightly
17+
- name: Install miri
18+
run: rustup component add miri
1719
- name: Cargo test
1820
run: cargo miri test

0 commit comments

Comments
 (0)