mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
github: fail CI on clippy warnings
This commit is contained in:
parent
9dbf32db3a
commit
ac82ad892e
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
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --workspace --all-targets
|
||||
args: --all-features --workspace --all-targets -- -D warnings
|
||||
|
|
Loading…
Reference in a new issue