diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 9ab0b1d07973..fdcc7be4fb3d 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -22,7 +22,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - uses: taiki-e/install-action@cargo-udeps - name: Check for unused dependencies - run: cargo udeps --features "jemalloc,${{ matrix.network }}" + run: cargo udeps --lib --features "jemalloc,${{ matrix.network }}" - uses: JasonEtco/create-an-issue@v2 if: ${{ failure() }} env: