mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-04 02:40:53 +01:00
ci: ✅ run clippy on all workspace members
This commit is contained in:
parent
7782a7537c
commit
4b0aca4eb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-lint.yaml
vendored
2
.github/workflows/test-and-lint.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue