Skip to content

Commit 822511f

Browse files
committed
Apply clippy to all targets
1 parent a028195 commit 822511f

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
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v3
106106
- name: Install Rust
107107
run: rustup update stable
108-
- run: cargo clippy --all-features
108+
- run: cargo clippy --all-features --all-targets
109109

110110
fmt:
111111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)