Commit 31fbe71d authored by Marten Seemann's avatar Marten Seemann

run tests multiple times on Travis

parent 66fbf89d
......@@ -19,7 +19,10 @@ before_install:
- go env # for debugging
script:
- ginkgo -r -v --cover --randomizeAllSpecs --randomizeSuites --trace --progress
# some tests are randomized. Run them a few times.
- for i in `seq 1 3`; do
ginkgo -r -v --cover --randomizeAllSpecs --randomizeSuites --trace --progress;
done
after_success:
- cat go-libp2p-tls.coverprofile > coverage.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment