github: run clippy on all targets (including tests and benches)

This commit is contained in:
Martin von Zweigbergk 2022-05-03 15:20:18 -07:00 committed by Martin von Zweigbergk
parent cce2ca06e2
commit efa77fd024

View File

@ -82,4 +82,4 @@ jobs:
- uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --workspace
args: --all-features --workspace --all-targets