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 cb5bfd2
Show file tree
Hide file tree
Showing 3 changed files with 7 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
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ jobs:
name: cargo-udeps
runs-on: ubuntu-latest
needs: cargo-fmt
env:
CARGO_LOG: "cargo::ops::registry=debug"
steps:
- uses: actions/checkout@v1
- name: Install Rust (${{ env.PINNED_NIGHTLY }})
Expand Down
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 cb5bfd2

Please sign in to comment.