clippy check for tests (#346)

This commit is contained in:
Daniel Gulotta 2025-07-17 19:30:14 -07:00 committed by GitHub
parent 143a8c9d4e
commit 673a461246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 31 deletions

View file

@ -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