Skip to content

Commit

Permalink
Try some haxx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 18, 2021
1 parent e9fe5d7 commit b9208cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[http]
debug = true
multiplexing = false
1 change: 1 addition & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ jobs:
env:
# Allow warnings on Nightly
RUSTFLAGS: ""
CARGO_LOG: "cargo::ops::registry=debug"
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ audit:

# Runs `cargo udeps` to check for unused dependencies
udeps:
# Run check first to verify
cargo +$(PINNED_NIGHTLY) check -v --tests --all-targets --release
cargo +$(PINNED_NIGHTLY) udeps --tests --all-targets --release

# Performs a `cargo` clean and cleans the `ef_tests` directory.
Expand Down

0 comments on commit b9208cc

Please sign in to comment.