run integration tests with qlog and metrics on CircleCI

This commit is contained in:
Marten Seemann
2020-07-20 11:31:33 +07:00
parent 4e4c71c1b9
commit 1c1c24545f
2 changed files with 38 additions and 22 deletions

View File

@@ -41,8 +41,8 @@ jobs:
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
name: "Run self integration tests with qlog and metrics"
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog -metrics
go114:
<<: *test
interop-build: