We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddbde4 commit 1cddf3fCopy full SHA for 1cddf3f
.github/workflows/ci.yaml
@@ -100,4 +100,4 @@ jobs:
100
- name: Check all feature combinations works properly
101
# * `--feature-powerset` - run for the feature powerset of the package
102
# * `--no-dev-deps` - build without dev-dependencies to avoid https://github.com/rust-lang/cargo/issues/4866
103
- run: cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client
+ run: cargo hack check --feature-powerset --no-dev-deps --skip=default-client,wasm-client --skip=h1-client,h1-client-rustls
0 commit comments