Skip to content

Commit 0e28021

Browse files
committed
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.
1 parent 980fa4a commit 0e28021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- run: cargo check --verbose --no-default-features --features=proxy,use-openssl
4242
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls
4343
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls-ring
44+
- run: cargo check --verbose --no-default-features --features=proxy,use-rustls,use-rustls-ring
4445

4546
fmt:
4647
name: Rust fmt

0 commit comments

Comments
 (0)