Skip to content

Commit a7d6f4b

Browse files
authored
ci: Lock PostgreSQL database creation (#94)
There have been race conditions when multiple instances are created at once. This is an attempt to fix!
1 parent 5367d93 commit a7d6f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run:
160160
DB=true gotestsum --jsonfile="gotests.json" --packages="./..." --
161161
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
162-
-count=1 -race -parallel=2
162+
-count=1 -race -parallel=1
163163

164164
- uses: codecov/codecov-action@v2
165165
with:

0 commit comments

Comments
 (0)