diff --git a/Makefile b/Makefile index f1ae839784..c156799994 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