Skip to content

Commit a94206f

Browse files
mightyiamwarren2k
andcommitted
build: enforce clippy
Co-authored-by: warren2k <[email protected]>
1 parent 314bf10 commit a94206f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- uses: dtolnay/rust-toolchain@master
3636
with:
3737
toolchain: ${{ matrix.rust }}
38-
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}
38+
components: clippy
39+
- run: RUSTFLAGS="--deny warnings" cargo clippy ${{ matrix.features }}
3940

4041
test:
4142
name: test

0 commit comments

Comments
 (0)