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 d5dd821 commit f891210Copy full SHA for f891210
.travis.yml
@@ -5,4 +5,5 @@ go:
5
- "1.10"
6
7
script:
8
- - go test ./...
+ - go test -v ./...
9
+ - go test -v -race ./...
0 commit comments