ci: run clippy on tests as well
This commit is contained in:
parent
a20557a2e3
commit
314cf95e1b
1 changed files with 1 additions and 1 deletions
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
|
||||
run: cargo clippy --all --all-targets --all-features
|
||||
- name: Build
|
||||
run: cargo build --all
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue