fix bazel tags

This commit is contained in:
Potuz
2025-12-30 16:29:33 -03:00
parent a71990bc43
commit 432e4dfbbf
3 changed files with 1 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ go_library(
"state_diff_helpers.go",
"state_summary.go",
"state_summary_cache.go",
"testing_helpers.go",
"utils.go",
"validated_checkpoint.go",
"wss.go",

View File

@@ -1,5 +1,3 @@
//go:build testing
package kv
import (

View File

@@ -64,7 +64,6 @@ go_test(
"setter_test.go",
],
embed = [":go_default_library"],
gotags = ["testing"],
deps = [
"//beacon-chain/core/blocks:go_default_library",
"//beacon-chain/core/helpers:go_default_library",