Fix interop ci yaml

Somehow I mistakenly listed clients in the exlude list, when it should
have been servers, resulting in an invalid yml file

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/27066)
This commit is contained in:
Neil Horman 2025-03-14 16:08:04 -04:00
parent 85cabd9495
commit 5db7b99914

View File

@ -13,7 +13,7 @@ jobs:
tests: [http3, transfer, handshake, retry, chacha20, resumption, multiplexing, ipv6]
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
exclude:
- clients: msquic
- servers: msquic
tests: retry
fail-fast: false
runs-on: ubuntu-latest