Bazel: move --build_tests_only from swift action to .bazelrc

This commit is contained in:
Paolo Tranquilli
2024-05-31 12:35:52 +02:00
parent 3f19974bb6
commit bfc37fddff
2 changed files with 4 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ runs:
if: ${{ github.event_name == 'pull_request' }}
shell: bash
run: |
bazel test --build_tests_only //swift/...
bazel test //swift/...
- name: Evict bazel cache
if: ${{ github.event_name != 'pull_request' }}
shell: bash