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