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 5555fa0 commit 2ebd0ccCopy full SHA for 2ebd0cc
.github/workflows/tests.yml
@@ -82,7 +82,7 @@ jobs:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
84
- name: Run integration tests
85
- run: go vet ./... && gotestsum --format github
+ run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
86
working-directory: ./integration
87
env:
88
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
0 commit comments