mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 18:21:20 +00:00
ci: enable cargo debug logging in semver-checks
This PR enables debug logging on requests from cargo to the registry in semver-checks action (https://github.com/rust-lang/cargo/issues/7662#issuecomment-561809348). Hopefully, it will let us debug the network issue reported here: https://github.com/libp2p/rust-libp2p/pull/3782#issuecomment-1523346255 Pull-Request: #3838.
This commit is contained in:
parent
9d1058df7b
commit
31dbcabe7c
@ -31,3 +31,6 @@ runs:
|
||||
shell: bash
|
||||
env:
|
||||
CARGO_TERM_VERBOSE: "true"
|
||||
# debugging https://github.com/libp2p/rust-libp2p/pull/3782#issuecomment-1523346255
|
||||
CARGO_HTTP_DEBUG: "true"
|
||||
CARGO_LOG: "cargo::ops::registry=debug"
|
||||
|
Loading…
x
Reference in New Issue
Block a user