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 30db808 commit de8e127Copy full SHA for de8e127
.github/workflows/all.yml
@@ -85,7 +85,7 @@ jobs:
85
} | parallel
86
87
- name: Test
88
- run: go test -v ./...
+ run: go test -v ./... -race
89
env:
90
MVTEST_SRC: ${{matrix.topology.srcConnStr}}
91
MVTEST_DST: ${{matrix.topology.dstConnStr}}
0 commit comments