Skip to content

Commit

Permalink
workflow: Add --all-targets to clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 6, 2024
1 parent c825f20 commit adc9f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Cargo clippy
run: cargo clippy --no-deps -- -Dwarnings
run: cargo clippy --no-deps --all-targets -- -Dwarnings

0 comments on commit adc9f8f

Please sign in to comment.