ci: Run tests 3 times to reduce flakes (#20)

* ci: Run tests 10 times to reduce flakes

* Reduce runs to 3

* Use forked dependency

* Fix formatting
This commit is contained in:
Kyle Carberry
2022-01-13 12:05:39 -06:00
committed by GitHub
parent 92710ede54
commit 550c4fbbb3
3 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ jobs:
- run:
gotestsum --jsonfile="gotests.json" --packages="./..." --
-covermode=atomic -coverprofile="gotests.coverage" -timeout=1m
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
-count=3 -race
- uses: codecov/codecov-action@v2
with: