Skip to content

Commit ef54eb2

Browse files
committed
Fix udeps check
1 parent 169bd72 commit ef54eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: taiki-e/install-action@cargo-udeps
5757
- uses: taiki-e/install-action@protoc
5858
- uses: Swatinem/rust-cache@v2
59-
- run: cargo hack udeps --workspace --exclude-features=_tls-any,tls,tls-aws-lc,tls-ring --each-feature
59+
- run: cargo hack udeps --workspace --exclude-features=_tls-any,tls,tls-aws-lc,tls-ring --each-feature --ignore-unknown-features
6060
- run: cargo udeps --package tonic --features tls-ring,transport
6161
- run: cargo udeps --package tonic --features tls-ring,server
6262
- run: cargo udeps --package tonic --features tls-ring,channel

0 commit comments

Comments
 (0)