Use all features for clippy, too

This commit is contained in:
Dirkjan Ochtman 2020-11-25 22:24:08 +01:00
parent 52dd5ec598
commit ed8e13b10c
1 changed files with 1 additions and 1 deletions

View File

@ -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