From 9a451996e0708381e15641103e653ffebf38334e Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 1 Jun 2021 14:15:28 +0300 Subject: [PATCH] ci: fix ci file to test new features --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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