Skip to content

Commit

Permalink
Update tquic-interop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj committed Feb 27, 2024
1 parent 005bcfd commit 2fc4521
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc4521

Please sign in to comment.