Skip to content

Commit 6e7864c

Browse files
Merge pull request #116 from jacobmoss-wf/race
Check for race conditions and fail test build if they exist
2 parents 98261e2 + 145cd4e commit 6e7864c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ go:
66
- tip
77

88
before_install: go get golang.org/x/tools/cmd/cover
9-
script: go test -race -cover ./...
9+
script: go test -race -v -cover ./...
1010

1111
env:
1212
- GOMAXPROCS=8
13+
- GORACE="halt_on_error=1"
1314

1415
notifications:
1516
email: false

0 commit comments

Comments
 (0)