Skip to content

Commit b5b1bfd

Browse files
[Github] Make bazel workflow run all tests
Now that the caching seems to be working reasonably well, enable building and testing the entirety of the project to actually catch most of the build configuration issues that this workflow is intended to catch.
1 parent 9697f4b commit b5b1bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
bazelisk test --config=ci --sandbox_base="" \
5555
--remote_cache=https://storage.googleapis.com/$CACHE_GCS_BUCKET-bazel \
5656
--google_default_credentials \
57-
@llvm-project//llvm/unittests:adt_tests
57+
@llvm-project//...

0 commit comments

Comments
 (0)