Skip to content

Commit 2ebd0cc

Browse files
committed
fix
1 parent 5555fa0 commit 2ebd0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Run integration tests
85-
run: go vet ./... && gotestsum --format github
85+
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
8686
working-directory: ./integration
8787
env:
8888
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22

0 commit comments

Comments
 (0)