Adds -race and go 1.12

This commit is contained in:
Henry Case 2019-04-05 13:58:10 +01:00
parent 180616d129
commit 12f7b294ba

View File

@ -6,9 +6,10 @@ services:
go: go:
- 1.11.x - 1.11.x
- 1.12.x
matrix: matrix:
fast_finish: true fast_finish: true
script: script:
- go test -v -run=. - go test -v -race -run=.