Skip to content

Commit de8e127

Browse files
committed
check race
1 parent 30db808 commit de8e127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
} | parallel
8686
8787
- name: Test
88-
run: go test -v ./...
88+
run: go test -v ./... -race
8989
env:
9090
MVTEST_SRC: ${{matrix.topology.srcConnStr}}
9191
MVTEST_DST: ${{matrix.topology.dstConnStr}}

0 commit comments

Comments
 (0)