mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
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:
parent
85cabd9495
commit
5db7b99914
2
.github/workflows/run_quic_interop.yml
vendored
2
.github/workflows/run_quic_interop.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user