From ea4fe77794436a34b70bc551ef66f5dccf650fb5 Mon Sep 17 00:00:00 2001 From: Qichao Lan Date: Fri, 21 Jun 2024 10:36:33 +0200 Subject: [PATCH] clippy ci simple --- .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 c7a2302..a3d6cdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: components: clippy - name: Run clippy working-directory: rs - run: cargo clippy --all --all-features --workspace --all-targets + run: cargo clippy --workspace --exclude glicol-wasm # --exclude glicol-wasm rustfmt-check: runs-on: ubuntu-latest