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
test-cover: env ## Run tests and collect cross-package coverage information
108
+
go test -race -timeout 30s -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
109
+
107
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
108
111
docker compose up --build -d
109
112
./docker/scripts/setup-pbm.sh
110
113
111
114
test-cluster-clean: env ## Stops MongoDB test cluster.
0 commit comments