From: Ilya Shipitsin Date: Sat, 24 Aug 2024 23:22:27 +0000 (+0200) Subject: CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303 X-Git-Tag: v3.1-dev7~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f583ed94696fd86aac0968cad88138cf07934230;p=thirdparty%2Fhaproxy.git CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303 in 956839c0f68a7722acc586ecd91ffefad2ccb303 syntax was broken due to missing comma. it is follow up. --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 8e3dd9b6cf..6d65d00df3 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -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