Skip to content

Commit

Permalink
Update tquic-interop.yml (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Jan 12, 2024
1 parent ba0de61 commit 68bd5c9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/tquic-interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand All @@ -21,8 +22,40 @@ jobs:
include:
- server: tquic
client: lsquic
- server: tquic
client: ngtcp2
- server: tquic
client: quiche
- server: tquic
client: picoquic
- server: tquic
client: msquic
- server: tquic
client: quinn
- server: tquic
client: s2n-quic
- server: tquic
client: xquic
- server: tquic
client: quic-go
- server: lsquic
client: tquic
- server: ngtcp2
client: tquic
- server: quiche
client: tquic
- server: picoquic
client: tquic
- server: msquic
client: tquic
- server: quinn
client: tquic
- server: s2n-quic
client: tquic
- server: xquic
client: tquic
- server: quic-go
client: tquic

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

0 comments on commit 68bd5c9

Please sign in to comment.