Skip to content

Commit

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

0 comments on commit ea4fe77

Please sign in to comment.