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