chore: fix CI by adding --all-features to cargo clippy (#11)

Co-authored-by: zzzdong <kuwater@163.com>
This commit is contained in:
zzzdong 2020-05-03 04:29:12 +08:00 committed by GitHub
parent ec76fe4c8a
commit 9af6ed39a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,4 +71,4 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy command: clippy
args: -- -D warnings args: --all-features -- -D warnings