Skip to content

Commit f21cca8

Browse files
committed
chore: don't clippy all targets
1 parent 4ea5f6e commit f21cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Run cargo clippy
26-
run: cargo clippy --all-targets --workspace --all-features -- -D warnings
26+
run: cargo clippy --workspace --all-features -- -D warnings
2727

2828
check_fmt:
2929
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)