]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
add multiplexing test for quic server to ci
authorNeil Horman <nhorman@openssl.org>
Tue, 17 Dec 2024 17:08:15 +0000 (12:08 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 6 Jan 2025 16:24:28 +0000 (11:24 -0500)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26199)

.github/workflows/run_quic_interop_server.yml

index 0be619897b079576ecf85fa32e4ef0de66c8104f..6d0cefe15691dcdf3705efb409ad43a086f03ca7 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   run_quic_interop_openssl_client:
     strategy:
       matrix:
-        tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit]
+        tests: [http3, transfer, handshake, retry, chacha20, resumption, multiplexing]
         servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
       fail-fast: false
     runs-on: ubuntu-latest