Skip to content

Commit 03aaf6b

Browse files
committed
Check that listed components are installed even with a rust-toolchain file
1 parent ac6bb38 commit 03aaf6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
id: toolchain
4949
with:
5050
toolchain: ${{matrix.rust}}
51+
components: clippy
5152
- name: Check ${{'${{steps.toolchain.outputs.rustc-version}}'}}
5253
run: echo '${{steps.toolchain.outputs.rustc-version}}'
5354
- name: Check ${{'${{steps.toolchain.outputs.cargo-version}}'}}
@@ -62,4 +63,4 @@ jobs:
6263
# Add tiny empty crate.
6364
# This checks that registry access works.
6465
- run: cargo add serde_as
65-
- run: cargo check
66+
- run: cargo clippy

0 commit comments

Comments
 (0)