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