From fd405749f94ff026e0f7a9f74d301c36c4b6c2b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:50:17 +0000 Subject: [PATCH] Add build tag to hcl_test.go to skip tests when HCL is disabled Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com> --- pkg/yqlib/hcl_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/yqlib/hcl_test.go b/pkg/yqlib/hcl_test.go index 978a66de..b4e3ebf2 100644 --- a/pkg/yqlib/hcl_test.go +++ b/pkg/yqlib/hcl_test.go @@ -1,3 +1,5 @@ +//go:build !yq_nohcl + package yqlib import (