Skip to content

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

Merged
seanmonstar merged 1 commit intohyperium:masterfrom
erickt:test
Feb 14, 2026
Merged

Fix cargo test ... for a variety of features#266
seanmonstar merged 1 commit intohyperium:masterfrom
erickt:test

Conversation

@erickt
Copy link
Contributor

@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.
@seanmonstar seanmonstar merged commit 4595a08 into hyperium:master Feb 14, 2026
18 checks passed
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.

2 participants