Run clippy on all-targets. Also, use --workspace instead of --all (#677)

This commit is contained in:
Thom Chiovoloni 2020-04-06 14:03:02 -07:00 committed by GitHub
parent 9b040da029
commit 498b8550ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ jobs:
RUSTFLAGS: -D warnings
with:
command: clippy
args: --features 'array backup blob bundled chrono collation csvtab extra_check functions hooks i128_blob limits load_extension serde_json series trace url vtab_v3 window' -- -D warnings
args: --all-targets --all --features 'array backup blob bundled chrono collation csvtab extra_check functions hooks i128_blob limits load_extension serde_json series trace url vtab_v3 window' -- -D warnings
# Ensure patch is formatted.
fmt: