From 42ac13f30b46d7d3058e74512037c1eac642aaf1 Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:37:46 +0200 Subject: [PATCH] make sure ci fails on clippy warnings. --- .github/workflows/lints.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index ecb6ed9..1c81e23 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -6,6 +6,10 @@ on: branches: - main +# Make sure CI fails on all warnings, including Clippy lints +env: + RUSTFLAGS: "-Dwarnings" + jobs: linting: runs-on: ubuntu-latest