Skip to content

Commit

Permalink
ci: run clippy on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 30, 2023
1 parent afebbe6 commit c1490ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
cache-on-failure: true
- run:
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}"
cargo clippy --bin "${{ matrix.binary }}" --workspace --features "${{ matrix.network }}" --all-targets
env:
RUSTFLAGS: -D warnings

Expand Down

0 comments on commit c1490ff

Please sign in to comment.