ci: deny clippy warnings
This commit is contained in:
parent
314cf95e1b
commit
b93db94573
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Lint
|
||||
run: cargo clippy --all --all-targets --all-features
|
||||
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
||||
- name: Build
|
||||
run: cargo build --all
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue