Run GramambularTest as part of the CI

This means we now have test coverage for every package in McBopomofo.
This commit is contained in:
Lukhnos Liu 2022-02-19 10:24:39 -08:00
parent ea477d6c5b
commit 154c83bbd6
2 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,12 @@ jobs:
- name: Run MandarinTest
run: make runTest
working-directory: Source/Engine/Mandarin/build
- name: Build GramambularTest
run: cmake -S . -B build
working-directory: Source/Engine/Gramambular
- name: Run GramambularTest
run: make runTest
working-directory: Source/Engine/Gramambular/build
- name: Test McBopomofo App Bundle
run: xcodebuild -scheme McBopomofo -configuration Debug test
- name: Test CandidateUI

View File

@ -24,6 +24,12 @@ jobs:
- name: Run MandarinTest
run: make runTest
working-directory: Source/Engine/Mandarin/build
- name: Build GramambularTest
run: cmake -S . -B build
working-directory: Source/Engine/Gramambular
- name: Run GramambularTest
run: make runTest
working-directory: Source/Engine/Gramambular/build
- name: Test McBopomofo App Bundle
run: xcodebuild -scheme McBopomofo -configuration Debug test
- name: Test CandidateUI