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:
Elias Rohrer 2025-11-03 10:49:30 +01:00
parent 980fa4afd6
commit 0e28021b3e
No known key found for this signature in database
GPG Key ID: 36153082BDF676FD

View File

@ -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