Skip to content

Commit fcf8055

Browse files
authored
Query the release target in the integration tests (#1254)
* Query the release target in the integration tests * Fix
1 parent f6a419c commit fcf8055

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/kotlin/io/bazel/kotlin/test/BazelIntegrationTestRunner.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ object BazelIntegrationTestRunner {
8888
"//...",
8989
*version.workspaceFlag(bzlmod)
9090
).onFailThrow()
91+
bazel.run(
92+
workspace,
93+
"--bazelrc=$bazelrc",
94+
"query",
95+
overrideFlag,
96+
"@rules_kotlin//...",
97+
*version.workspaceFlag(bzlmod)
98+
).onFailThrow()
9199
bazel.run(
92100
workspace,
93101
"--bazelrc=$bazelrc",

0 commit comments

Comments
 (0)