Skip to content

Commit f874dc4

Browse files
committed
Check if missing deps in vendor
This will catch import from other repos. (maybe by auto-import)
1 parent d9db188 commit f874dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ integrations: build
7777

7878
.PHONY: test
7979
test:
80+
govendor status +outside || exit 1
8081
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
8182

8283
.PHONY: test-mysql

0 commit comments

Comments
 (0)