diff --git a/Makefile b/Makefile index a93c85219..cf03e785d 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ actors-gen: .PHONY: itest itest: - LILY_TEST_DB="postgres://postgres:password@localhost:5432/postgres?sslmode=disable" go test ./itests/ + LILY_TEST_DB="postgres://postgres:password@localhost:5432/postgres?sslmode=disable" go test --tags=integration ./itests/ # dev-nets 2k: GOFLAGS+=-tags=2k diff --git a/itests/vector_test.go b/itests/vector_test.go index 6accd2194..5042a1a8e 100644 --- a/itests/vector_test.go +++ b/itests/vector_test.go @@ -1,3 +1,6 @@ +//go:build integration +// +build integration + package itests import (