ci: run clippy on all workspace members

This commit is contained in:
daimond113 2024-03-16 22:35:19 +01:00
parent 7782a7537c
commit 4b0aca4eb0
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -24,7 +24,7 @@ jobs:
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all --all-targets --all-features -- -D warnings
- name: Generate coverage report
run: cargo tarpaulin --all-features --out xml --exclude-files src/cli/* --exclude-files registry/* --exclude-files src/main.rs --skip-clean