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
parent
1e345aa7a1
commit
9f3dcca512
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue