Skip to content

Commit 8b2a93a

Browse files
committed
fix(ci): use --enable_workspace for bazel-in-bazel tests
Fixup to bazel-contrib#2184
1 parent ade0b2b commit 8b2a93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ licenses(["notice"])
2121

2222
_WORKSPACE_FLAGS = [
2323
"--noenable_bzlmod",
24+
"--enable_workspace",
2425
]
2526

2627
_WORKSPACE_GAZELLE_PLUGIN_FLAGS = [

0 commit comments

Comments
 (0)