Skip to content

Commit 93dc186

Browse files
authored
Merge pull request #749 from hatoo/ci-http3
ci on http3 feature
2 parents 52f7825 + 98ab55b commit 93dc186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
16-
additional_args: ["", "--no-default-features --features native-tls"]
16+
additional_args: ["", "--no-default-features --features native-tls", "--features http3"]
1717
# vsock feature is only on linux
1818
include:
1919
- os: ["ubuntu-latest"]

0 commit comments

Comments
 (0)