From: Neil Horman Date: Tue, 17 Dec 2024 17:08:15 +0000 (-0500) Subject: add multiplexing test for quic server to ci X-Git-Tag: openssl-3.5.0-alpha1~782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e258454479d5c253cb94a9f32a538d5792e4ebd0;p=thirdparty%2Fopenssl.git add multiplexing test for quic server to ci Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26199) --- diff --git a/.github/workflows/run_quic_interop_server.yml b/.github/workflows/run_quic_interop_server.yml index 0be619897b0..6d0cefe1569 100644 --- a/.github/workflows/run_quic_interop_server.yml +++ b/.github/workflows/run_quic_interop_server.yml @@ -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