Fail early on builds.

This commit is contained in:
Mariano Cano 2020-07-20 18:57:19 -07:00
parent d64cb99a22
commit 497158d0f6

View file

@ -14,7 +14,7 @@ SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
GOOS_OVERRIDE ?=
OUTPUT_ROOT=output/
all: build test lint
all: lint test build
.PHONY: all