From de86ac81b92cc34623679ec0ed33174ead28a885 Mon Sep 17 00:00:00 2001 From: Juho Makinen Date: Mon, 5 May 2025 15:22:24 +1000 Subject: [PATCH] chore: schema_integration_test as integration test --- go-runtime/schema/schema_integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go-runtime/schema/schema_integration_test.go b/go-runtime/schema/schema_integration_test.go index 26a43f4854..bbabcb9335 100644 --- a/go-runtime/schema/schema_integration_test.go +++ b/go-runtime/schema/schema_integration_test.go @@ -1,3 +1,5 @@ +//go:build integration + package schema import (