From cdc0d2fa5f4fe0f5f28cb5c158d60f64f8b30490 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 26 Oct 2020 14:47:06 +0400 Subject: [PATCH] add tests to ci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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