No longer need to test all packages

This commit is contained in:
Adrian Macneil 2015-12-01 10:16:23 -08:00
parent aa5757f8f9
commit 87f981da09

View file

@ -6,9 +6,9 @@ build:
docker-compose build docker-compose build
lint: lint:
$(DOCKER) golint ./... $(DOCKER) golint
$(DOCKER) go vet ./... $(DOCKER) go vet
$(DOCKER) errcheck ./... $(DOCKER) errcheck
test: test:
$(DOCKER) go test -p 1 -v ./... $(DOCKER) go test -v