From 2ab164e84387e0613319e2e25c78737430e6ef26 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 5 Dec 2024 21:04:08 +0900 Subject: [PATCH] chore(ci): Check clippy warning (#2088) --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e6a4f40dc..94d9b5be0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,8 +40,6 @@ jobs: - uses: taiki-e/install-action@protoc - uses: Swatinem/rust-cache@v2 - run: cargo clippy --workspace --all-features --all-targets - env: - RUSTFLAGS: "-A warnings" codegen: runs-on: ubuntu-latest