Skip to content

Commit 6b7a6a0

Browse files
committed
Apply clippy to all targets
1 parent 54df36a commit 6b7a6a0

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
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v3
5050
- name: Install Rust
5151
run: rustup update stable
52-
- run: cargo clippy --all-features
52+
- run: cargo clippy --all-features --all-targets
5353

5454
fmt:
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)