Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Nov 6, 2023
1 parent 88142b6 commit a7071b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/analyzetest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go_test(
name = "analyzetest_test",
timeout = "short",
srcs = [
"analyze_bench_test.go",
"analyze_test.go",
"main_test.go",
],
Expand Down
7 changes: 7 additions & 0 deletions executor/test/analyzetest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "analyzetest_test",
srcs = ["analyze_bench_test.go"],
deps = ["//testkit"],
)

0 comments on commit a7071b2

Please sign in to comment.