forked from quic-go/quic-go
Merge pull request #2473 from lucas-clemente/run-integration-tests-with-qlog-on-ci
run integration tests with qlog enabled on CircleCI
This commit is contained in:
@@ -40,6 +40,9 @@ jobs:
|
||||
- run:
|
||||
name: "Run self integration tests with race detector"
|
||||
command: ginkgo -race -v -randomizeAllSpecs -trace integrationtests/self
|
||||
- run:
|
||||
name: "Run self integration tests with qlog"
|
||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog
|
||||
interop-build:
|
||||
executor: interop
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user