Skip to content

Commit 21daa96

Browse files
committed
refactor(ci): update clippy workflow configuration
- remove --all-targets flag from cargo clippy command - keep --all-features and -D warnings flags for consistency
1 parent da27926 commit 21daa96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
components: clippy
4141
- uses: Swatinem/rust-cache@v2
42-
- run: cargo clippy --all-targets --all-features -- -D warnings
42+
- run: cargo clippy --all-features -- -D warnings
4343

4444
test:
4545
name: Test

0 commit comments

Comments
 (0)