Fix: Let clippy lint all features

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-12-29 18:35:58 +01:00 committed by Scott Boggs
parent 00c390f56b
commit b47e435b49
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
with:
toolchain: 1.65.0
components: clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-features -- -D warnings
fmt:
needs: [build]