Skip to content

Commit

Permalink
ci: Lock PostgreSQL database creation (#94)
Browse files Browse the repository at this point in the history
There have been race conditions when multiple instances
are created at once. This is an attempt to fix!
  • Loading branch information
kylecarbs committed Jan 30, 2022
1 parent 5367d93 commit a7d6f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7d6f4b

Please sign in to comment.