From 4ee7c9d7b3936063b3e8ef7dab630b4a8ba90b86 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 15:39:42 +0000 Subject: [PATCH] Fail on warnings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8a4210..7a96632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Run cargo clippy uses: actions-rs/cargo@v1 with: - command: clippy + command: clippy --D warnings test: runs-on: ubuntu-22.04 steps: