Skip to content

Commit c3b38ca

Browse files
Evgenii Ilichevintellij-monorepo-bot
authored andcommitted
Update test definitions in BUILD.bazel
GitOrigin-RevId: 12636c0153e8909f9d9658a07278edac5ceb9c23
1 parent 7c53bb5 commit c3b38ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### auto-generated section `build intellij.graphql.tests` start
2+
load("@community//build:tests-options.bzl", "jps_test")
23
load("@rules_java//java:defs.bzl", "java_library")
34
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
45

@@ -78,7 +79,7 @@ jvm_library(
7879
runtime_deps = [":tests_test_resources"]
7980
)
8081

81-
jvm_test(
82+
jps_test(
8283
name = "tests_test",
8384
runtime_deps = [":tests_test_lib"]
8485
)

0 commit comments

Comments
 (0)