Fail early on builds.

pull/312/head
Mariano Cano 4 years ago
parent d64cb99a22
commit 497158d0f6

@ -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

Loading…
Cancel
Save