Skip to content

Commit

Permalink
chore: don't clippy all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 26, 2024
1 parent 4ea5f6e commit f21cca8
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run cargo clippy
run: cargo clippy --all-targets --workspace --all-features -- -D warnings
run: cargo clippy --workspace --all-features -- -D warnings

check_fmt:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit f21cca8

Please sign in to comment.