From 346dcbcc7e93e837b65cf975421295d82eb09cd3 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sun, 30 Jan 2022 01:52:57 +0000 Subject: [PATCH] ci: Lock PostgreSQL database creation 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 16d265f93ebde..7e0b890edad9b 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: