Skip to content

Commit 006218f

Browse files
committed
Adds mongo connection to test env
1 parent fda224f commit 006218f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lint:
2121
golint .
2222

2323
test:
24-
go test -v -cover . ./datadictionary ./internal
24+
MONGODB_TEST_CXN=localhost go test -v -cover . ./datadictionary ./internal
2525

2626
_build_all:
2727
go build -v `go list ./...`

0 commit comments

Comments
 (0)