From c9efdfecc83510f5478dd5079b5a178b91eb3add Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Tue, 29 Apr 2025 11:13:49 -0700 Subject: [PATCH] Restore yaml build tag (#528) I suspect this was removed accidentally in #490. Without this tag we run the tests on every language shard, so let's restore it. --- examples/yaml_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/yaml_test.go b/examples/yaml_test.go index 61794ae..3b8cc5b 100644 --- a/examples/yaml_test.go +++ b/examples/yaml_test.go @@ -1,3 +1,6 @@ +//go:build yaml || all +// +build yaml all + package examples import (