From be22c44dd4e6114fe1c56d962aab9806083230c2 Mon Sep 17 00:00:00 2001 From: FZambia Date: Sun, 17 Nov 2024 10:27:21 +0200 Subject: [PATCH] enable integration tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1ae83978..c15679999 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION := $(shell git describe --tags | sed -e 's/^v//g' | awk -F "-" '{print $$1}') ITERATION := $(shell git describe --tags --long | awk -F "-" '{print $$2}') -TESTFOLDERS := $(shell go list ./... | grep -v /misc/) +TESTFOLDERS := $(shell go list -tags integration,fixtures ./... | grep -v /misc/) all: test