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 b707355 commit 8a07ad0Copy full SHA for 8a07ad0
.github/workflows/bazel-checks.yml
@@ -51,7 +51,5 @@ jobs:
51
- name: Build/Test
52
working-directory: utils/bazel
53
run: |
54
- bazel test --config=ci --sandbox_base="" \
55
- @llvm-project//llvm/... \
56
- @llvm-project//clang/... \
57
- @llvm-project//mlir/...
+ bazelisk test --config=ci --sandbox_base="" \
+ @llvm-project//llvm/unittests:adt_tests
0 commit comments