Skip to content

Commit

Permalink
Add verbose output to go test
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Jul 2, 2019
1 parent 7c072da commit 485f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
command: |
export GO111MODULE=on
go mod download
go test ./...
go test ./... -v
workflows:
version: 2
Expand Down

0 comments on commit 485f16f

Please sign in to comment.