Force Clippy nightly lints to all warn, never error
This commit is contained in:
parent
971765ab30
commit
9490fc6a3a
|
@ -121,7 +121,7 @@ jobs:
|
|||
with:
|
||||
name: Clippy (nightly)
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --all-targets
|
||||
args: --all-features --all-targets -- -W clippy::all
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
|
Loading…
Reference in New Issue