From 2fc452179700c77ea73fc524e043e7da555ec4e8 Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Tue, 27 Feb 2024 15:57:19 +0800 Subject: [PATCH] Update tquic-interop.yml --- .../{tquic-interop.yml => tquic-interop-main.yaml} | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) rename .github/workflows/{tquic-interop.yml => tquic-interop-main.yaml} (88%) diff --git a/.github/workflows/tquic-interop.yml b/.github/workflows/tquic-interop-main.yaml similarity index 88% rename from .github/workflows/tquic-interop.yml rename to .github/workflows/tquic-interop-main.yaml index d0442abc..072b165f 100644 --- a/.github/workflows/tquic-interop.yml +++ b/.github/workflows/tquic-interop-main.yaml @@ -18,13 +18,21 @@ jobs: strategy: fail-fast: false matrix: - server: [tquic] - client: [tquic] include: + - server: tquic + client: tquic - server: tquic client: lsquic - server: lsquic client: tquic + - server: tquic + client: msquic + - server: msquic + client: tquic + - server: tquic + client: ngtcp2 + - server: ngtcp2 + client: tquic steps: - uses: actions/checkout@v4