Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
Duplicated `go_tests` can result in compilation actions failing due to bazelbuild/rules_go#3558.
  • Loading branch information
fmeum authored May 19, 2023
1 parent 70e3e87 commit b034308
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions platforms/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ go_library(
],
)

go_test(
name = "platforms_test",
srcs = ["platforms_test.go"],
embed = [":go_default_library"],
)

go_test(
name = "go_default_test",
srcs = ["platforms_test.go"],
Expand Down

0 comments on commit b034308

Please sign in to comment.