Use all features for clippy, too
This commit is contained in:
parent
52dd5ec598
commit
ed8e13b10c
|
@ -53,7 +53,7 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
command: clippy
|
||||
args: --workspace --all-targets -- -D warnings
|
||||
args: --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue