From 8729bd34408ba3074eff1e36fab43ee33ecfc4d7 Mon Sep 17 00:00:00 2001 From: Qichao Lan Date: Fri, 21 Jun 2024 10:34:05 +0200 Subject: [PATCH] debug ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a55cb..c7a2302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,8 @@ jobs: components: clippy - name: Run clippy working-directory: rs - run: cargo clippy --all --all-features --workspace --all-targets --exclude glicol-wasm + run: cargo clippy --all --all-features --workspace --all-targets + # --exclude glicol-wasm rustfmt-check: runs-on: ubuntu-latest steps: