You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -tags gssapi -v -count 1 -timeout 30s ./...
103
103
104
104
test-race: env ## Run all tests with race flag
105
-
go test -race -v -timeout 30s ./...
105
+
go test -tags gssapi -race -v -timeout 30s ./...
106
106
107
107
test-cover: env ## Run tests and collect cross-package coverage information
108
-
go test -race -timeout 30s -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
108
+
go test -tags gssapi -race -timeout 30s -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
109
109
110
110
test-cluster: env ## Starts MongoDB test cluster. Use env var TEST_MONGODB_IMAGE to set flavor and version. Example: TEST_MONGODB_IMAGE=mongo:3.6 make test-cluster
0 commit comments