Run more tests in macOS GitHub Actions workflow

As discussed in #729, it turns out that increasing job time has no cost/quota implications for public repositories. Let's execute more tests in macOS workflow.

The actual number of tests to run will increase from 37 to 182 with this CL.

#codehealth

PiperOrigin-RevId: 526838765
This commit is contained in:
Yohei Yukawa
2023-04-25 04:01:27 +00:00
committed by Hiroyuki Komatsu
parent 035a4039e6
commit c04a115f9c

View File

@ -67,4 +67,4 @@ jobs:
- name: blaze test
working-directory: ./src
run: |
bazel test --config oss_macos base/... mac/...
bazel test --config oss_macos ... -- -gui/... -protocol/... -renderer/qt/... -session:session_watch_dog_test -third_party/... -unix/...