Skip to content

Commit

Permalink
chore: update clippy ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Jan 15, 2025
1 parent 15f7928 commit c6b9b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
- name: Clippy
run: |
cargo clippy --all-targets --all-features -- -A clippy::all -W clippy::correctness -W clippy::perf -W clippy::suspicious --deny=warnings
cargo clippy --workspace --all-features --all-targets --exclude limbo-wasm --exclude sqlite3-parser -- -A clippy::all -W clippy::correctness -W clippy::perf -W clippy::suspicious --deny=warnings
build-wasm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6b9b0c

Please sign in to comment.