File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
swift/actions/build-and-test Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,16 @@ runs:
53
53
shell : bash
54
54
run : |
55
55
bazel run //swift:create-extractor-pack
56
- - name : Run xcode-autobuilder tests
57
- if : ${{ github.event_name == 'pull_request' && runner.os == 'macOS' }}
58
- shell : bash
59
- run : |
60
- bazel test //swift/xcode-autobuilder/tests
61
56
- name : Run codegen tests
62
57
if : ${{ github.event_name == 'pull_request' }}
63
58
shell : bash
64
59
run : |
65
- bazel test //misc/codegen/test
66
- - name : Run qltest tests
67
- if : ${{ github.event_name == 'pull_request' }}
60
+ bazel test //misc/codegen/...
61
+ - name : Run Swift tests
62
+ if : ${{ github.event_name == 'pull_request' }}
68
63
shell : bash
69
64
run : |
70
- bazel test //swift/tools/test/qltest
65
+ bazel test //swift/...
71
66
- name : Evict bazel cache
72
67
if : ${{ github.event_name != 'pull_request' }}
73
68
shell : bash
You can’t perform that action at this time.
0 commit comments