Skip to content

Commit

Permalink
bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Oct 14, 2024
1 parent fb0d395 commit fd2501b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beacon-chain/rpc/prysm/v1alpha1/validator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ go_test(
embed = [":go_default_library"],
eth_network = "minimal",
tags = ["minimal"],
deps = common_deps,
deps = common_deps + [
"//beacon-chain/operations/attestations/mock:go_default_library",
],
)

go_test(
Expand Down

0 comments on commit fd2501b

Please sign in to comment.