We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f78e3b commit 4b91730Copy full SHA for 4b91730
.circleci/config.yml
@@ -61,7 +61,7 @@ commands:
61
condition:
62
equal: [ windows, << parameters.os >> ]
63
steps:
64
- - run: GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --format standard-verbose -- ${RACE} -short ./...
+ - run: GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --format standard-verbose -- ${RACE} -v -short ./...
65
package-build:
66
parameters:
67
type:
0 commit comments