run ginkgo with the recommended flags

This commit is contained in:
Marten Seemann
2016-06-08 12:45:10 +07:00
parent 68e3c8e552
commit ed2024a13d

View File

@@ -27,7 +27,7 @@ before_install:
script:
- go get -t ./...
- ginkgo -cover -r
- ginkgo -r --cover --randomizeAllSpecs --randomizeSuites --trace --progress
after_success:
- cat quic-go.coverprofile > coverage.txt