From efa77fd0240f121531ffc84645e2438f128ca92d Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Tue, 3 May 2022 15:20:18 -0700 Subject: [PATCH] github: run clippy on all targets (including tests and benches) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ab2d754a..c71a2f93b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,4 +82,4 @@ jobs: - uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --workspace + args: --all-features --workspace --all-targets