Fix: Let clippy lint all features
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
00c390f56b
commit
b47e435b49
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue