Tweak test directory

This commit is contained in:
Dan Sosedoff 2016-06-27 19:52:26 -05:00
parent 00a1ebaf25
commit 186f132262

View File

@ -24,7 +24,7 @@ usage:
@echo "" @echo ""
test: test:
go test -cover ./... go test -cover ./pkg/...
test-all: test-all:
@./script/test_all.sh @./script/test_all.sh
@ -73,4 +73,4 @@ docker:
docker build -t pgweb . docker build -t pgweb .
docker-release: docker-release:
docker build -t $(DOCKER_RELEASE_TAG) . docker build -t $(DOCKER_RELEASE_TAG) .