mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-03 18:24:19 +00:00
github: run clippy on all targets (including tests and benches)
This commit is contained in:
parent
cce2ca06e2
commit
efa77fd024
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -82,4 +82,4 @@ jobs:
|
||||||
- uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d
|
- uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features --workspace
|
args: --all-features --workspace --all-targets
|
||||||
|
|
Loading…
Reference in a new issue