mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: only check --lib with cargo udeps (#5615)
This commit is contained in:
2
.github/workflows/sanity.yml
vendored
2
.github/workflows/sanity.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user