1
mirror of https://github.com/rclone/rclone synced 2024-12-22 13:03:02 +01:00

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 check
- make quicktest
- make racequicktest
- go: 1.12.x
name: Go Modules
name: Go Modules / Race
env:
- GO111MODULE=on
- GOPROXY=https://proxy.golang.org
script:
- make quicktest
- make racequicktest
- go: 1.12.x
name: Other OS
env: