]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 24 Aug 2024 23:22:27 +0000 (01:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 26 Aug 2024 09:19:41 +0000 (11:19 +0200)
in 956839c0f68a7722acc586ecd91ffefad2ccb303 syntax was broken due to missing
comma. it is follow up.

.github/workflows/quic-interop-aws-lc.yml

index 8e3dd9b6cf46036c69a2bb4bf3f9b4323bc33752..6d65d00df326ace0dafc64d790b4533ef664101f 100644 (file)
@@ -43,7 +43,7 @@ jobs:
         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" }
+          { 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" },
           { client: ngtcp2,  tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" }
         ]
       fail-fast: false