From e258454479d5c253cb94a9f32a538d5792e4ebd0 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 17 Dec 2024 12:08:15 -0500 Subject: [PATCH] add multiplexing test for quic server to ci MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26199) --- .github/workflows/run_quic_interop_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2