We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04169d7 commit 0b71b17Copy full SHA for 0b71b17
5 files changed
.github/workflows/test.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Run tests (Encoding Only)
28
run: cargo test --verbose --all-targets --no-default-features --features=encoding
29
30
+ - name: Run tests (HTTPs)
31
+ run: cargo test --verbose --all-targets --features=https
32
+
33
- name: Run tests (No Features)
34
run: cargo test --verbose --all-targets --no-default-features
35
0 commit comments