clippy check for tests (#346)
This commit is contained in:
parent
143a8c9d4e
commit
673a461246
9 changed files with 30 additions and 31 deletions
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
|
|
@ -18,6 +18,4 @@ jobs:
|
|||
with:
|
||||
components: clippy
|
||||
- name: Check lints with clippy
|
||||
run: cargo clippy
|
||||
- name: Check lints with clippy (examples)
|
||||
run: cargo clippy --examples
|
||||
run: cargo clippy --tests --examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue