We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0c495 commit 01b291cCopy full SHA for 01b291c
.github/workflows/rust.yml
@@ -20,3 +20,5 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Run tests --no-default-features --features rustls-client
24
+ run: cargo test --verbose --no-default-features --features rustls-client
0 commit comments