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
10
10
11
11
build --repo_env=CC=clang --repo_env=CXX=clang++
12
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
+
13
16
# this requires developer mode, but is required to have pack installer functioning
14
17
startup --windows_enable_symlinks
15
18
common --enable_runfiles
Original file line number Diff line number Diff line change 58
58
if : ${{ github.event_name == 'pull_request' }}
59
59
shell : bash
60
60
run : |
61
- bazel test --build_tests_only //swift/...
61
+ bazel test //swift/...
62
62
- name : Evict bazel cache
63
63
if : ${{ github.event_name != 'pull_request' }}
64
64
shell : bash
You can’t perform that action at this time.
0 commit comments