We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eaa8b commit 64f9ac3Copy full SHA for 64f9ac3
src/main/kotlin/io/bazel/kotlin/test/BazelIntegrationTestRunner.kt
@@ -60,6 +60,18 @@ object BazelIntegrationTestRunner {
60
bzlmod && workspace.hasModule() || !bzlmod && workspace.hasWorkspace()
61
}.forEach { bzlmod ->
62
println("Starting bzlmod $bzlmod test")
63
+ bazel.run(
64
+ workspace,
65
+ "--bazelrc=$bazelrc",
66
+ "clean",
67
+ "--expunge",
68
+ "--async"
69
+ ).onFailThrow()
70
71
72
73
+ "shutdown",
74
75
bazel.run(
76
workspace,
77
"--bazelrc=$bazelrc",
0 commit comments