Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprint committed Jun 21, 2024
1 parent c2789da commit 8729bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8729bd3

Please sign in to comment.