diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index f38dd99..3c9cf5e 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -30,8 +30,6 @@ jobs: - name: Run tests default run: cargo test - - name: Run tests rustls-tls-manual-roots - run: cargo test --no-default-features --features rustls-tls-manual-roots - name: Run tests rustls-tls-webpki-roots run: cargo test --no-default-features --features rustls-tls-webpki-roots - name: Run tests native-tls-vendored