prysm-pulse/testing/spectest/minimal/deneb/random/BUILD.bazel
2023-08-31 08:41:57 -05:00

14 lines
357 B
Python

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"],
)