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:
parent
ede03258bc
commit
1510e12659
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user