diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93183f5..870b44c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,11 @@ jobs: - name: Check tokio-runtime, tokio-native-tls run: cargo check --features tokio-runtime,tokio-native-tls - - name: Check tokio-runtime, tokio-rustls - run: cargo check --features tokio-runtime,tokio-rustls + - name: Check tokio-runtime, tokio-rustls-native-certs + run: cargo check --features tokio-runtime,tokio-rustls-native-certs + + - name: Check tokio-runtime, tokio-rustls-webpki-roots + run: cargo check --features tokio-runtime,tokio-rustls-webpki-roots - name: Check tokio-runtime, tokio-openssl run: cargo check --features tokio-runtime,tokio-openssl