forked from TrueCloudLab/certificates
Fail early on builds.
This commit is contained in:
parent
d64cb99a22
commit
497158d0f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
||||||
GOOS_OVERRIDE ?=
|
GOOS_OVERRIDE ?=
|
||||||
OUTPUT_ROOT=output/
|
OUTPUT_ROOT=output/
|
||||||
|
|
||||||
all: build test lint
|
all: lint test build
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue