From 386358439798655114475eb4a9bae0d1ec2f8286 Mon Sep 17 00:00:00 2001 From: Arnav Singh Date: Fri, 14 Jun 2024 22:24:55 -0700 Subject: [PATCH] Run cargo-machete in tests. --- .github/workflows/ci.yaml | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40a0271..14177e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,4 +22,6 @@ jobs: # Saves a few seconds for large crates export CARGO_INCREMENTAL=0 + cargo install --locked cargo-machete + make test diff --git a/Makefile b/Makefile index 0a5e0be..8df533f 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,5 @@ test: cargo clippy --workspace --tests --examples cargo doc --no-deps --all-features + + cargo machete