From a7d6f4b673def8ecb468553f0f254a79c8fd7714 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sat, 29 Jan 2022 21:16:34 -0600 Subject: [PATCH] ci: Lock PostgreSQL database creation (#94) There have been race conditions when multiple instances are created at once. This is an attempt to fix! --- .github/workflows/coder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 16d265f93e..7e0b890eda 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -159,7 +159,7 @@ jobs: run: DB=true gotestsum --jsonfile="gotests.json" --packages="./..." -- -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m - -count=1 -race -parallel=2 + -count=1 -race -parallel=1 - uses: codecov/codecov-action@v2 with: