ci: fix ci file to test new features

pull/91/head
Yusuf Bera Ertan 4 years ago
parent 7c593a9db9
commit 2e1861ab51
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
  1. 7
      .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

Loading…
Cancel
Save