From 67c48d44272a790c80b16915968051a7e1ec823d Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Thu, 30 Apr 2026 01:16:14 -0400 Subject: [PATCH] [ci] run integration tests without generate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a038aeb4..9645170d2 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ test: # runs all tests - including integration tests .PHONY: it -it: generate +it: $(eval GO_BUILD_TAGS += integration) go test -tags "$(GO_BUILD_TAGS)" ./...