diff --git a/Makefile b/Makefile index 945328cf0..fd5e64151 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ docker-build: check-docker docker-binary docker tag -f ${IMAGE} ${MUTABLE_IMAGE} .PHONY: test +test: build test: TESTFLAGS += -race -v test: test-style test: test-unit