lint-ci: Check examples, tests and benches too
This commit is contained in:
parent
e750809ec2
commit
09d2541a7a
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 --no-deps
|
||||
run: cargo clippy --workspace --all-features --all-targets --no-deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue