diff --git a/Makefile b/Makefile index c7853c5..1c3c829 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUILD_CMD = build $(LDFLAGS) TEST_CMD = test "./pkg/..." -all: test build +all: build test: $(GO) $(TEST_CMD)