Skip to content

Commit

Permalink
ci: use clippy --all-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Dec 24, 2020
1 parent 119e15d commit f910acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features -- -D warnings
args: --all-features --all-targets -- -D warnings

0 comments on commit f910acc

Please sign in to comment.