prysm-pulse/testing/spectest/minimal/deneb/random/BUILD.bazel

14 lines
357 B
Python
Raw Normal View History

2023-08-08 18:13:38 +00:00
load("@prysm//tools/go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "small",
srcs = ["random_test.go"],
data = glob(["*.yaml"]) + [
"@consensus_spec_tests_minimal//:test_data",
],
eth_network = "minimal",
tags = ["spectest"],
deps = ["//testing/spectest/shared/deneb/sanity:go_default_library"],
)