Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 608d2c5

Browse files
committed
add --all-targets in clippy run
1 parent b65e246 commit 608d2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d # v1.0.7
9898
with:
9999
token: ${{ secrets.GITHUB_TOKEN }}
100-
args: --locked -- -D warnings
100+
args: --locked --all-targets -- -D warnings
101101
if: runner.os != 'macOS'
102102

103103
- name: cargo clippy (MacOS)

0 commit comments

Comments
 (0)