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'