Skip to content

Commit 485f16f

Browse files
author
eversC
committed
Add verbose output to go test
1 parent 7c072da commit 485f16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
command: |
104104
export GO111MODULE=on
105105
go mod download
106-
go test ./...
106+
go test ./... -v
107107
108108
workflows:
109109
version: 2

0 commit comments

Comments
 (0)