CI: make clippy check cfg(test) code, tests & examples

This commit is contained in:
Jorge Aparicio 2024-03-11 17:45:06 +01:00
parent 76d308c984
commit cd2895a168

View File

@ -49,4 +49,4 @@ jobs:
run: cargo fmt --all -- --check
- name: Lint code
run: cargo clippy --workspace -- -D warnings
run: cargo clippy --workspace --all-targets -- -D warnings