Skip to content

Commit 9741081

Browse files
committed
ci: Run Clippy for all targets instead of just tests
1 parent b8656cc commit 9741081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Run cargo clippy
62-
run: cargo clippy --tests -- --deny warnings
62+
run: cargo clippy --all-targets -- --deny warnings

0 commit comments

Comments
 (0)