diff --git a/.circleci/config.yml b/.circleci/config.yml index d175926d7..4e3e5871c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: