Skip to content

Commit

Permalink
Run cargo-machete in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Jun 15, 2024
1 parent 3665359 commit 3863584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
# Saves a few seconds for large crates
export CARGO_INCREMENTAL=0
cargo install --locked cargo-machete
make test
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ test:
cargo clippy --workspace --tests --examples

cargo doc --no-deps --all-features

cargo machete

0 comments on commit 3863584

Please sign in to comment.