Skip to content

Commit

Permalink
ci(qns): run all tests and remove msquic & quic-go
Browse files Browse the repository at this point in the history
Run all QUIC Interop Runner testcases.

For the sake of reducing runtime, this commit also removes msquic and quic-go,
leaving only ngtcp2 and neqo itself. Reason being, that ngtcp2 is the only
implementation that passes all testcases, especially the ECN testcase.
  • Loading branch information
mxinden committed Apr 2, 2024
1 parent 27a7250 commit b3e23c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ jobs:
name: 'neqo-latest'
image: ${{ steps.docker_build_and_push.outputs.imageID }}
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,neqo,ngtcp2
server: neqo-latest,neqo,ngtcp2

0 comments on commit b3e23c4

Please sign in to comment.