We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2442a commit 38f074aCopy full SHA for 38f074a
.travis.yml
@@ -7,7 +7,7 @@ go:
7
- master
8
9
script:
10
- - make test
+ - go test -race -coverprofile=coverage.txt -covermode=atomic -v .
11
12
notifications:
13
email: false
0 commit comments