Skip to content

Commit 25c9700

Browse files
committed
no -race for chaos
1 parent 78a1b4f commit 25c9700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chaos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: go install gotest.tools/gotestsum@latest
6464

6565
- name: Run chaos tests
66-
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 -timeout=30m ./...
66+
run: go vet ./... && gotestsum --format github-action -- -v -count=1 -timeout=30m ./...
6767
working-directory: ./chaos_tests
6868
env:
6969
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22

0 commit comments

Comments
 (0)