Skip to content

Commit 32dd8d9

Browse files
fix3
1 parent 862d768 commit 32dd8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bazel-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Build/Test
5252
working-directory: utils/bazel
5353
run: |
54-
bazel test --config=ci @llvm-project//llvm/... \
54+
bazel test --config=ci --sandbox_base="" \
55+
@llvm-project//llvm/... \
5556
@llvm-project//clang/... \
5657
@llvm-project//mlir/...

0 commit comments

Comments
 (0)