ci: add --all-targets to nightly clippy

This commit is contained in:
Jon Häggblad
2022-03-10 11:24:01 +01:00
parent 0a583bd48a
commit a6e40443a4
+2 -2
View File
@@ -73,7 +73,7 @@ jobs:
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: --workspace -- -D warnings
args: --workspace --all-targets -- -D warnings
# COCONUT stuff
@@ -94,7 +94,7 @@ jobs:
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: --workspace --features=coconut -- -D warnings
args: --workspace --all-targets --features=coconut -- -D warnings
notification:
needs: build
runs-on: ubuntu-latest