mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
fix bazel tags
This commit is contained in:
@@ -32,6 +32,7 @@ go_library(
|
|||||||
"state_diff_helpers.go",
|
"state_diff_helpers.go",
|
||||||
"state_summary.go",
|
"state_summary.go",
|
||||||
"state_summary_cache.go",
|
"state_summary_cache.go",
|
||||||
|
"testing_helpers.go",
|
||||||
"utils.go",
|
"utils.go",
|
||||||
"validated_checkpoint.go",
|
"validated_checkpoint.go",
|
||||||
"wss.go",
|
"wss.go",
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
//go:build testing
|
|
||||||
|
|
||||||
package kv
|
package kv
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ go_test(
|
|||||||
"setter_test.go",
|
"setter_test.go",
|
||||||
],
|
],
|
||||||
embed = [":go_default_library"],
|
embed = [":go_default_library"],
|
||||||
gotags = ["testing"],
|
|
||||||
deps = [
|
deps = [
|
||||||
"//beacon-chain/core/blocks:go_default_library",
|
"//beacon-chain/core/blocks:go_default_library",
|
||||||
"//beacon-chain/core/helpers:go_default_library",
|
"//beacon-chain/core/helpers:go_default_library",
|
||||||
|
|||||||
Reference in New Issue
Block a user