We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91299b commit f6cbb22Copy full SHA for f6cbb22
1 file changed
.github/workflows/integration.yml
@@ -45,7 +45,7 @@ jobs:
45
go mod verify
46
go mod download
47
- name: Run Postgres tests
48
- run: go test -v -race -count 1 -covermode atomic -coverprofile=profile.cov ./...
+ run: go test -v -race -count 1 -shuffle on -covermode atomic -coverprofile=profile.cov ./...
49
- name: Code coverage
50
if: ${{ github.event_name != 'pull_request' }}
51
uses: shogo82148/actions-goveralls@v1
0 commit comments