mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user