From ca5cad8e43aede11d682e8133cd83c79b001d917 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Sun, 28 Sep 2025 14:49:22 +0300 Subject: [PATCH] Add the cargo clippy component --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97409a1..e7cc267 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Add wasm32 target and formatting run: | rustup target add wasm32-unknown-unknown - rustup component add rust-src rustfmt + rustup component add rust-src rustfmt clippy - name: Install Geth on Ubuntu if: matrix.os == 'ubuntu-24.04'