add multiplexing test for quic server to ci

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)
This commit is contained in:
Neil Horman 2024-12-17 12:08:15 -05:00
parent ff10a027f9
commit e258454479

View 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