Skip to content

Commit

Permalink
build(ci): run clippy with --all-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Feb 15, 2024
1 parent 4edb795 commit 4bcf663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: FrancisRussell/[email protected]
with:
command: cargo clippy
args: -- --deny warnings
args: --all-targets -- --deny warnings

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4bcf663

Please sign in to comment.