Skip to content

Commit f6cbb22

Browse files
committed
testing: use -shuffle on "go test"
1 parent b91299b commit f6cbb22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
go mod verify
4646
go mod download
4747
- name: Run Postgres tests
48-
run: go test -v -race -count 1 -covermode atomic -coverprofile=profile.cov ./...
48+
run: go test -v -race -count 1 -shuffle on -covermode atomic -coverprofile=profile.cov ./...
4949
- name: Code coverage
5050
if: ${{ github.event_name != 'pull_request' }}
5151
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)