lint-ci: Check examples, tests and benches too

This commit is contained in:
Luni-4 2022-07-14 17:45:03 +02:00
parent e750809ec2
commit 09d2541a7a

View file

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