Skip to content

Commit daa554d

Browse files
committed
Run cargo clippy with --all --all-targets too
1 parent 9c606ee commit daa554d

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
@@ -78,4 +78,4 @@ jobs:
7878
- run: cargo --version --verbose
7979
- uses: Swatinem/rust-cache@v2
8080
- uses: r7kamura/rust-problem-matchers@v1.1.0
81-
- run: cargo clippy
81+
- run: cargo clippy --all --all-targets

0 commit comments

Comments
 (0)