chore: fix CI by adding --all-features
to cargo clippy (#11)
Co-authored-by: zzzdong <kuwater@163.com>
This commit is contained in:
parent
ec76fe4c8a
commit
9af6ed39a6
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -71,4 +71,4 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
args: --all-features -- -D warnings
|
||||
|
Loading…
Reference in New Issue
Block a user