Skip to content

Commit 100c90b

Browse files
mightyiamwarren2k
andcommitted
build: enforce clippy
Co-authored-by: warren2k <[email protected]>
1 parent 352bd2d commit 100c90b

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: ${{ matrix.rust == 'msrv' && 'clippy' || '' }}
39+
- run: RUSTFLAGS="--deny warnings" cargo ${{ matrix.rust == 'msrv' && 'clippy' || 'check' }} ${{ matrix.features }}
3940

4041
test:
4142
name: test

0 commit comments

Comments
 (0)