run integration tests with qlog enabled on CircleCI

This commit is contained in:
Marten Seemann
2020-04-07 17:04:04 +07:00
parent ec552ab2ba
commit 2997fa4196

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: