mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
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:
committed by
Hiroyuki Komatsu
parent
035a4039e6
commit
c04a115f9c
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
@ -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/...
|
||||
|
Reference in New Issue
Block a user