Skip to content

Commit 497158d

Browse files
committed
Fail early on builds.
1 parent d64cb99 commit 497158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
1414
GOOS_OVERRIDE ?=
1515
OUTPUT_ROOT=output/
1616

17-
all: build test lint
17+
all: lint test build
1818

1919
.PHONY: all
2020

0 commit comments

Comments
 (0)