From a6e40443a4ddfd821093d7bc60c35c524f8a2e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 10 Mar 2022 11:24:01 +0100 Subject: [PATCH] ci: add --all-targets to nightly clippy --- .github/workflows/nightly_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index 969b00a3b5..aaab5e3aff 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -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