Fix ginko invocation

The tests are running extremely slow at the moment, and these extra
options add to the problem.
This commit is contained in:
Grant Murphy 2018-01-05 21:55:06 +10:00
parent 4c49716f0e
commit d452dcb20d

View file

@ -10,5 +10,5 @@ install:
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin
script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2
script: ginkgo -r