Fix CI testing for all features

This commit is contained in:
Dr Maxim Orlovsky 2021-01-21 02:23:39 +01:00
parent d46ba79972
commit 25dc3fa5e5
No known key found for this signature in database
GPG Key ID: FFC0250947E5C6F7

View File

@ -30,7 +30,7 @@ jobs:
- name: Fmt
run: cargo fmt -- --check --verbose
- name: Test
run: cargo test --verbose --all
run: cargo test --verbose --all-features
- run: cargo check --verbose --features=use-openssl
- run: cargo check --verbose --no-default-features --features=proxy
- run: cargo check --verbose --no-default-features --features=minimal