diff --git a/Makefile b/Makefile index b1faefb..f5cbdc6 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ fmt: lint: @golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr -shell: +shell: dbuild $(DOCKER_RUN) bash test: all validate