mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
12 lines
347 B
Python
12 lines
347 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
||
|
|
||
|
go_test(
|
||
|
name = "go_default_test",
|
||
|
srcs = ["compatability_test.go"],
|
||
|
deps = [
|
||
|
"//proto/eth/v1alpha1:go_default_library",
|
||
|
"@com_github_gogo_protobuf//proto:go_default_library",
|
||
|
"@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library",
|
||
|
],
|
||
|
)
|