Skip to content

Commit

Permalink
Update tquic-interop.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sijie Yang <iyangsj@gmail.com>
  • Loading branch information
iyangsj authored Jan 12, 2024
1 parent 414f8ac commit 2241083
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/tquic-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Interop

on:
push:
branches: [ "develop" ]
branches: [ "interop" ]
pull_request:
branches: [ "develop" ]
branches: [ "interop" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -15,14 +15,31 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
server: [tquic]
client: [tquic]
include:
- server: tquic
client: lsquic
- server: tquic
client: quiche
- server: tquic
client: picoquic
- server: tquic
client: ngtcp2
- server: tquic
client: msquic
- server: lsquic
client: tquic
- server: quiche
client: tquic
- server: picoquic
client: tquic
- server: ngtcp2
client: tquic
- server: msquic
client: tquic

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2241083

Please sign in to comment.