Skip to content

Commit 8a07ad0

Browse files
feedback
1 parent b707355 commit 8a07ad0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/bazel-checks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ jobs:
5151
- name: Build/Test
5252
working-directory: utils/bazel
5353
run: |
54-
bazel test --config=ci --sandbox_base="" \
55-
@llvm-project//llvm/... \
56-
@llvm-project//clang/... \
57-
@llvm-project//mlir/...
54+
bazelisk test --config=ci --sandbox_base="" \
55+
@llvm-project//llvm/unittests:adt_tests

0 commit comments

Comments
 (0)