From 2997fa41969dcb01fdf2ff8b496b2d8b60fa054a Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 7 Apr 2020 17:04:04 +0700 Subject: [PATCH] run integration tests with qlog enabled on CircleCI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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: