Skip to content

Commit 6bab15a

Browse files
committed
add race testing
1 parent bbd5321 commit 6bab15a

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
@@ -40,6 +40,6 @@ jobs:
4040
run: go build main/migration_verifier.go
4141

4242
- name: Test
43-
run: go test -v ./...
43+
run: go test -v ./... -race
4444
env:
4545
MONGODB_DISTRO: ${{matrix.os.mongodb_distro}}

0 commit comments

Comments
 (0)