From 3aff46d025c252f46c8c2cddbf559c3778b6d5df Mon Sep 17 00:00:00 2001 From: Qichao Lan Date: Fri, 21 Jun 2024 10:31:06 +0200 Subject: [PATCH] exclude wasm in ci with naming --- .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 a0ad79e..9404b66 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 --exclude wasm + run: cargo clippy --all --all-features --workspace --all-targets --exclude glicol_wasm rustfmt-check: runs-on: ubuntu-latest steps: