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 78a1b4f commit 25c9700Copy full SHA for 25c9700
.github/workflows/chaos-tests.yml
@@ -63,7 +63,7 @@ jobs:
63
run: go install gotest.tools/gotestsum@latest
64
65
- name: Run chaos tests
66
- run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 -timeout=30m ./...
+ run: go vet ./... && gotestsum --format github-action -- -v -count=1 -timeout=30m ./...
67
working-directory: ./chaos_tests
68
env:
69
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
0 commit comments