chrome is important browser, let's enable it in AWS-LC weekly tests.
the only test supported by chrome is http3
---
 .github/workflows/quic-interop-aws-lc.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/quic-interop-aws-lc.yml 
b/.github/workflows/quic-interop-aws-lc.yml
index f9144d9ed..171ec815d 100644
--- a/.github/workflows/quic-interop-aws-lc.yml
+++ b/.github/workflows/quic-interop-aws-lc.yml
@@ -41,6 +41,7 @@ jobs:
     strategy:
       matrix:
         suite: [
+          { client: chrome, tests: "http3" },
           { client: picoquic, tests: 
"handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic"
 },
           { client: quic-go,  tests: 
"handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic"
 }
         ]
-- 
2.43.0.windows.1



Reply via email to