From f9f2196c5dc0beeb3e50baf1cd1517e5d1d71e5e Mon Sep 17 00:00:00 2001 From: Max Carr Date: Sat, 13 Jul 2024 22:02:28 +0000 Subject: [PATCH] --warn warnings in CI --- .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 f140aa5..6407caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,4 @@ jobs: - name: verify formatting uses: actions-rust-lang/rustfmt@v1 - name: run clippy - run: cargo clippy -- --deny clippy::all --warn clippy::pedantic + run: cargo clippy -- --deny clippy::all --warn clippy::pedantic --warn warnings