diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2a49714d2e..b0c8909b07 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -186,6 +186,13 @@ jobs: - name: Run clippy run: make clippy + # Check for unnecessary dependencies. + machete: + runs-on: ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + - name: Machete + uses: bnjbvr/cargo-machete@v0.9.1 # NOTE: the term "smoke test" comes from electronics design: the minimal # expectations anyone has in their device is to not catch fire on boot.