Skip to content

Commit

Permalink
ci: enable cargo debug logging in semver-checks
Browse files Browse the repository at this point in the history
This PR enables debug logging on requests from cargo to the registry in semver-checks action (rust-lang/cargo#7662 (comment)). Hopefully, it will let us debug the network issue reported here: #3782 (comment)

Pull-Request: #3838.
  • Loading branch information
galargh authored Apr 27, 2023
1 parent 9d1058d commit 31dbcab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/cargo-semver-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ runs:
shell: bash
env:
CARGO_TERM_VERBOSE: "true"
# debugging https:/libp2p/rust-libp2p/pull/3782#issuecomment-1523346255
CARGO_HTTP_DEBUG: "true"
CARGO_LOG: "cargo::ops::registry=debug"

0 comments on commit 31dbcab

Please sign in to comment.