lint-ci: Consider clippy warnings as errors
This commit is contained in:
parent
09d2541a7a
commit
1d7a4690a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -9,4 +9,4 @@ jobs:
|
|||
components: clippy
|
||||
- uses: actions/checkout@master
|
||||
- name: Check lints
|
||||
run: cargo clippy --workspace --all-features --all-targets --no-deps
|
||||
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue