Adjust AppVeyor CI options

The -race flag makes the tests timeout on the Windows VMs so we're
removing it. Race enabled tests will still happen for linux builds.

Also increases the timeout on the tests.
pull/8863/head
Edd Robinson 2017-09-22 18:30:38 +01:00
parent 1e345aa7a1
commit 9f3dcca512
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install:
# To run your custom scripts instead of automatic MSBuild
build_script:
- go get -t -v ./...
- go test -race -v ./...
- go test -timeout 15m -v ./...
# To disable deployment
deploy: off