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: