From ac82ad892ee9e7ad5be51ae4181d174b394f9ad7 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 25 May 2022 09:33:13 -0700 Subject: [PATCH] github: fail CI on clippy warnings --- .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 8758da2bf..2ad704840 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 --all-targets + args: --all-features --workspace --all-targets -- -D warnings