Skip to content

Commit

Permalink
restrict client and server set
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 5, 2024
1 parent af5942e commit 163cca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
image: 'ghcr.io/mozilla/neqo-qns:latest'
url: https://github.com/mozilla/neqo
test: handshake
client: neqo-latest,quic-go,ngtcp2,neqo,msquic
server: neqo-latest,quic-go,ngtcp2,neqo,msquic
client: neqo-latest,quic-go
server: quic-go,msquic

0 comments on commit 163cca4

Please sign in to comment.