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:
Piotr Galar 2023-04-27 14:31:06 +02:00 committed by GitHub
parent 9d1058df7b
commit 31dbcabe7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,3 +31,6 @@ runs:
shell: bash shell: bash
env: env:
CARGO_TERM_VERBOSE: "true" 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"