Skip to content

Commit

Permalink
ci: add dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-poole committed Oct 17, 2024
1 parent ad7eb24 commit 11da09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-and-lints-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
with:
cache-on-failure: true

- run: cargo check --all-features

- run: cargo clippy --workspace --lib --all-targets --all-features -- -D clippy::dbg-macro
env:
RUSTFLAGS: -Dwarnings
Expand Down

0 comments on commit 11da09a

Please sign in to comment.