From 8dd79bac1adbb3142db07c6e90656676e285db89 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 18 Aug 2020 13:02:14 +0200 Subject: [ci] run only the tests and compile in the CI --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4967d47..ce65db4 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ build_%: -@ln -s ../../../bin/${PLATFORM}/$* build/${PROVIDER}/staging/${PLATFORM}/$* test: - @go test -tags "integration $(TAGS)" ./... + @go test -tags "integration $(TAGS)" ./pkg/... golib: CGO_ENABLED=1 go build -buildmode=c-archive -o ${TARGET_GOLIB} ${SOURCE_GOLIB} @@ -148,6 +148,7 @@ endif generate: @go generate gui/backend.go + @go generate pkg/config/version/genver/gen.go relink_default: ifneq (,$(wildcard ${DEFAULT_PROVIDER})) -- cgit v1.2.3