make clippy warnings errors in CI (#605)
* make clippy warnings errors in CI * Apply fixes from cargo clippy --all-features --all-targets -- -D warnings * Resolve merge conflicts Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
parent
f14e577ea9
commit
959f029457
|
@ -49,7 +49,7 @@ jobs:
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features --all-targets
|
args: --all-features --all-targets -- -D warnings
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|
Loading…
Reference in New Issue