build: move race test to go modules build

In an attempt to even out the build times.
This commit is contained in:
Nick Craig-Wood 2019-07-03 10:49:23 +01:00
parent ede03258bc
commit 1510e12659

View File

@ -69,14 +69,14 @@ matrix:
- make build_dep - make build_dep
- make check - make check
- make quicktest - make quicktest
- make racequicktest
- go: 1.12.x - go: 1.12.x
name: Go Modules name: Go Modules / Race
env: env:
- GO111MODULE=on - GO111MODULE=on
- GOPROXY=https://proxy.golang.org - GOPROXY=https://proxy.golang.org
script: script:
- make quicktest - make quicktest
- make racequicktest
- go: 1.12.x - go: 1.12.x
name: Other OS name: Other OS
env: env: