Skip to content

Commit

Permalink
don't execute tests parallel (concurrent schema migrations don't work…
Browse files Browse the repository at this point in the history
… in psql)
  • Loading branch information
BuckarooBanzay committed Oct 22, 2023
1 parent 554bdd5 commit ded6012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Test
run: |
go test ./... -coverprofile=profile.cov
go test -p 1 ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
Expand Down

0 comments on commit ded6012

Please sign in to comment.