Skip to content

Commit

Permalink
ci: only check --lib with cargo udeps (#5615)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 28, 2023
1 parent 18d563d commit 1e15241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e15241

Please sign in to comment.