Skip to content

Commit 0b71b17

Browse files
committed
feat: networking support
1 parent 04169d7 commit 0b71b17

File tree

5 files changed

+1493
-99
lines changed

5 files changed

+1493
-99
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Run tests (Encoding Only)
2828
run: cargo test --verbose --all-targets --no-default-features --features=encoding
2929

30+
- name: Run tests (HTTPs)
31+
run: cargo test --verbose --all-targets --features=https
32+
3033
- name: Run tests (No Features)
3134
run: cargo test --verbose --all-targets --no-default-features
3235

0 commit comments

Comments
 (0)