Skip to content

Commit

Permalink
ci: Enable clippy for all targets in the workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 14, 2023
1 parent 450d1ac commit d009942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Check for clippy hints
if: ${{ matrix.rust == 'stable' }}
run: cargo clippy -- -D warnings
run: cargo clippy --workspace --all-targets -- -D warnings

# This fails on 1.64, but works on 1.66 and later.
# https://github.com/rust-lang/rust/issues/103306
Expand Down

0 comments on commit d009942

Please sign in to comment.