diff --git a/.cargo/config.toml b/.cargo/config.toml index 6b53a5bfe..40a513efd 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,4 +11,4 @@ ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocaptur ci-feature-powerset-check-no-tls="hack --workspace --feature-powerset --skip=__compress,rustls,openssl check" ci-feature-powerset-check-rustls="hack --workspace --feature-powerset --features=rustls --skip=__compress,openssl check" ci-feature-powerset-check-openssl="hack --workspace --feature-powerset --features=openssl --skip=__compress,rustls check" -ci-feature-powerset-check-both="hack --workspace --feature-powerset --features=rustls,openssl --skip=__compress check" +ci-feature-powerset-check-all="hack --workspace --feature-powerset --skip=__compress check" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baf4da24c..aff0b9348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: check feature combinations # if: github.ref == 'refs/heads/master' uses: actions-rs/cargo@v1 - with: { command: ci-feature-powerset-check-both } + with: { command: ci-feature-powerset-check-all } coverage: name: coverage