Skip to content

Fix cargo test ... for a variety of features#266

Open
erickt wants to merge 1 commit intohyperium:masterfrom
erickt:test
Open

Fix cargo test ... for a variety of features#266
erickt wants to merge 1 commit intohyperium:masterfrom
erickt:test

Conversation

@erickt
Copy link

@erickt erickt commented Feb 13, 2026

This patch fixes a number of test combinations that were failing before:

  • cargo test
  • cargo test --features client-legacy
  • cargo test --features client-legacy,http1
  • cargo test --features client-legacy,http2
  • cargo test --features client-legacy,http1,http2

I would have expected this to have been caught by cargo hack but I'm guessing it wasn't testing at this depth.

This patch fixes a number of test combinations that were failing before:

* `cargo test`
* `cargo test --features client-legacy`
* `cargo test --features client-legacy,http1`
* `cargo test --features client-legacy,http2`
* `cargo test --features client-legacy,http1,http2`

I would have expected this to have been caught by `cargo hack` but I'm
guessing it wasn't testing at this depth.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant