Skip to content

Commit 4b91730

Browse files
committed
more verbosity
1 parent 5f78e3b commit 4b91730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ commands:
6161
condition:
6262
equal: [ windows, << parameters.os >> ]
6363
steps:
64-
- run: GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --format standard-verbose -- ${RACE} -short ./...
64+
- run: GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --format standard-verbose -- ${RACE} -v -short ./...
6565
package-build:
6666
parameters:
6767
type:

0 commit comments

Comments
 (0)