Skip to content

Commit 40200bb

Browse files
committed
Add components for CI
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 5ce6568 commit 40200bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/miri.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions-rust-lang/setup-rust-toolchain@v1
1414
with:
1515
toolchain: nightly
16-
- name: Install miri
17-
run: rustup component add miri
16+
components: miri
1817
- name: Cargo test
1918
run: cargo miri test

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions-rust-lang/setup-rust-toolchain@v1
2828
with:
2929
toolchain: ${{ matrix.toolchain }}
30+
components: clippy
3031
- name: Cargo test
3132
run: cargo test --workspace --all-targets
3233
- name: Cargo clippy

0 commit comments

Comments
 (0)