diff --git a/Makefile b/Makefile index a72de3a..1517356 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GO_FILES := $(shell find . -name '*.go' | grep -v /vendor/ | grep -v _test.go) all: build test: - @go test ./... + @go test -short ${PKG_LIST} build: test ## Build the binary file @go build -i -v $(PKG)/cmd/dnsupdater \ No newline at end of file