Fix CI testing for all features
This commit is contained in:
parent
d46ba79972
commit
25dc3fa5e5
2
.github/workflows/cont_integration.yml
vendored
2
.github/workflows/cont_integration.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user