Support per package log level

Change-Id: I70de3113567d28d1326ac3eeac42c311d7b33117
diff --git a/Makefile b/Makefile
index f118e64..a4ad5ca 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@
 
 lint: local-lib-go lint-style lint-sanity lint-mod lint-dockerfile
 
-test: docker-build
+test: lint
 	@mkdir -p ./tests/results
 	@${GO} test -mod=vendor -v -coverprofile ./tests/results/go-test-coverage.out -covermode count ./... 2>&1 | tee ./tests/results/go-test-results.out ;\
 	RETURN=$$? ;\