[ci] run integration tests without generate

This commit is contained in:
feederbox826 2026-04-30 01:16:14 -04:00
parent 2426b777ba
commit 67c48d4427
No known key found for this signature in database
GPG key ID: 82F297A12EBB8A57

View file

@ -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)" ./...