We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956c684 commit 2243aacCopy full SHA for 2243aac
.travis.yml
@@ -8,7 +8,7 @@ before_install: go get golang.org/x/tools/cmd/cover
8
install:
9
- go mod vendor
10
11
-script: go test -race -v -cover $(glide novendor)
+script: go test -race -v -cover ./...
12
13
env:
14
- GOMAXPROCS=8 GORACE="halt_on_error=1"
0 commit comments