From ff5cbd6cd0d1fa28b2918c520e09aee88ab8958e Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 8 Jan 2026 20:26:19 +0300 Subject: [PATCH] add warning flag to clippy command in CI workflow --- .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 ab6b4b0..505b351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -417,7 +417,7 @@ jobs: target: ${{ matrix.target }} components: clippy cache-key: x86_64-unknown-linux-gnu - - run: cargo +beta clippy ${{ matrix.features }} + - run: cargo +beta clippy ${{ matrix.features }} -- -Dwarnings pre-commit: runs-on: ubuntu-24.04 steps: