prysm-pulse/testing/spectest/mainnet/capella/rewards/BUILD.bazel

13 lines
313 B
Python

load("@prysm//tools/go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "small",
srcs = ["rewards_test.go"],
data = [
"@consensus_spec_tests_mainnet//:test_data",
],
tags = ["spectest"],
deps = ["//testing/spectest/shared/capella/rewards:go_default_library"],
)