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:
|
with:
|
||||||
toolchain: 1.65.0
|
toolchain: 1.65.0
|
||||||
components: clippy
|
components: clippy
|
||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy --all-features -- -D warnings
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|
Loading…
Reference in New Issue