Skip to content

Commit c927ea8

Browse files
committed
no race
1 parent a87bebc commit c927ea8

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 ./... -race -timeout 5m
43+
run: go test -v ./...
4444
env:
4545
MONGODB_DISTRO: ${{matrix.os.mongodb_distro}}

0 commit comments

Comments
 (0)