Skip to content

Commit a233589

Browse files
committed
ci: Remove test verbose flag from appveyor
Make the output on appveyor more readable.
1 parent 46b2683 commit a233589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ install:
1313
- go test -i ./...
1414
build_script:
1515
- go get golang.org/x/lint/golint
16-
- go test -race -v ./...
16+
- go test -race ./...

0 commit comments

Comments
 (0)