Skip to content

Commit 346dcbc

Browse files
committed
ci: Lock PostgreSQL database creation
There have been race conditions when multiple instances are created at once. This is an attempt to fix!
1 parent 5367d93 commit 346dcbc

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)