Skip to content

Commit

Permalink
Fix bazel BUILD dep to include comprehensions and additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonianJones committed Nov 21, 2024
1 parent 331f195 commit ceadd6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_library(
name = "go_default_library",
srcs = [
"bindings.go",
"comprehensions.go",
"encoders.go",
"formatting.go",
"guards.go",
Expand Down Expand Up @@ -45,7 +46,9 @@ go_test(
name = "go_default_test",
size = "small",
srcs = [
"encoders_test.go",
"bindings_test.go",
"comprehensions_test.go",
"encoders_test.go",
"lists_test.go",
"math_test.go",
"native_test.go",
Expand Down

0 comments on commit ceadd6d

Please sign in to comment.