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:
|
- run:
|
||||||
name: "Run self integration tests with race detector"
|
name: "Run self integration tests with race detector"
|
||||||
command: ginkgo -race -v -randomizeAllSpecs -trace integrationtests/self
|
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:
|
interop-build:
|
||||||
executor: interop
|
executor: interop
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user