Check in CI that we compile if all rustls features are set
We assert that we still succeed compilation if multiple `rustls` features are set.
This commit is contained in:
parent
980fa4afd6
commit
0e28021b3e
1
.github/workflows/cont_integration.yml
vendored
1
.github/workflows/cont_integration.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
- run: cargo check --verbose --no-default-features --features=proxy,use-openssl
|
||||
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls
|
||||
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls-ring
|
||||
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls,use-rustls-ring
|
||||
|
||||
fmt:
|
||||
name: Rust fmt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user