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:
Marten Seemann
2020-04-08 23:05:55 +07:00
committed by GitHub

View File

@@ -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: