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 a474ec9 commit 05041a4Copy full SHA for 05041a4
.github/workflows/tests.yml
@@ -61,7 +61,7 @@ jobs:
61
run: go install gotest.tools/gotestsum@latest
62
63
- name: Run tests
64
- run: go vet ./... && gotestsum --format github-action -- -race ./...
+ run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
65
working-directory: ./dbos
66
env:
67
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
0 commit comments