Skip to content

Commit be45c27

Browse files
committed
ci: use clippy --all-targets
1 parent acf9b9c commit be45c27

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
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: dtolnay/rust-toolchain@stable
4949
- run: rustup component add clippy
50-
- run: cargo clippy -- -D warnings
50+
- run: cargo clippy --all-targets -- -D warnings
5151

5252
coverage:
5353
name: Code Coverage

0 commit comments

Comments
 (0)