ci: Lock PostgreSQL database creation (#94)

There have been race conditions when multiple instances
are created at once. This is an attempt to fix!
This commit is contained in:
Kyle Carberry 2022-01-29 21:16:34 -06:00 committed by GitHub
parent 5367d93b87
commit a7d6f4b673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: