File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
swift/actions/build-and-test Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ common --override_module=semmle_code=%workspace%/misc/bazel/semmle_code_stub
1010
1111build --repo_env=CC=clang --repo_env=CXX=clang++
1212
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+
1316# this requires developer mode, but is required to have pack installer functioning
1417startup --windows_enable_symlinks
1518common --enable_runfiles
Original file line number Diff line number Diff line change 5858 if : ${{ github.event_name == 'pull_request' }}
5959 shell : bash
6060 run : |
61- bazel test --build_tests_only //swift/...
61+ bazel test //swift/...
6262 - name : Evict bazel cache
6363 if : ${{ github.event_name != 'pull_request' }}
6464 shell : bash
You can’t perform that action at this time.
0 commit comments