From 6176df9fbcdb6989868354764f4936ff643804ed Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Mon, 9 Oct 2023 18:18:44 +0200 Subject: [PATCH] ci: make clippy fail on warnings --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b8979f05..3f51bde0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: name: Clippy with: command: clippy - args: --workspace --all-features --all-targets + args: --workspace --all-features --all-targets -- -D warnings doc: runs-on: ubuntu-latest steps: