Skip to content

Commit 2168f1d

Browse files
committed
test for races in gha
1 parent 29eee58 commit 2168f1d

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
@@ -62,7 +62,7 @@ jobs:
6262
run: go install gotest.tools/gotestsum@latest
6363

6464
- name: Run tests
65-
run: gotestsum --format github-action
65+
run: gotestsum --format github-action -- -race ./...
6666
working-directory: ./dbos
6767
env:
6868
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22

0 commit comments

Comments
 (0)