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 bbd5321 commit 6bab15aCopy full SHA for 6bab15a
.github/workflows/all.yml
@@ -40,6 +40,6 @@ jobs:
40
run: go build main/migration_verifier.go
41
42
- name: Test
43
- run: go test -v ./...
+ run: go test -v ./... -race
44
env:
45
MONGODB_DISTRO: ${{matrix.os.mongodb_distro}}
0 commit comments