From 1c419faaa309dc037e2cac85c52bf6c965b44ffb Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Thu, 9 Jun 2022 06:29:06 +0200 Subject: [PATCH] CI: don't accept clippy warnings --- .github/workflows/check-and-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-and-lint.yaml b/.github/workflows/check-and-lint.yaml index 6eb45d4..753415d 100644 --- a/.github/workflows/check-and-lint.yaml +++ b/.github/workflows/check-and-lint.yaml @@ -51,5 +51,5 @@ jobs: - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + args: --all-features -- -D warnings name: Clippy Output