From 98ab55b04b1affa5e5c0939fb075bb2839a32a68 Mon Sep 17 00:00:00 2001 From: hatoo Date: Sat, 21 Jun 2025 15:03:35 +0900 Subject: [PATCH] ci on http3 feature --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 42358794..086b4e74 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest, macos-14] - additional_args: ["", "--no-default-features --features native-tls"] + additional_args: ["", "--no-default-features --features native-tls", "--features http3"] # vsock feature is only on linux include: - os: ["ubuntu-latest"]