diff --git a/.circleci/config.yml b/.circleci/config.yml index cd1e2cb1..7c18a5dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: # for years without actual issue so disabling the pointer tests - run: go get -v -t -d ./... - run: - command: go test -timeout 20m -gcflags=all=-d=checkptr=0 -race ./... + command: go test -v -timeout 20m -gcflags=all=-d=checkptr=0 -race ./... environment: GORACE: "halt_on_error=1"