We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--build_tests_only
.bazelrc
1 parent 3f19974 commit bfc37fdCopy full SHA for bfc37fd
2 files changed
.bazelrc
@@ -10,6 +10,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
10
11
build --repo_env=CC=clang --repo_env=CXX=clang++
12
13
+# we use transitions that break builds of `...`, so for `test` to work with that we need the following
14
+test --build_tests_only
15
+
16
# this requires developer mode, but is required to have pack installer functioning
17
startup --windows_enable_symlinks
18
common --enable_runfiles
swift/actions/build-and-test/action.yml
@@ -58,7 +58,7 @@ runs:
58
if: ${{ github.event_name == 'pull_request' }}
59
shell: bash
60
run: |
61
- bazel test --build_tests_only //swift/...
+ bazel test //swift/...
62
- name: Evict bazel cache
63
if: ${{ github.event_name != 'pull_request' }}
64
0 commit comments