diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 3f616ab5..2b54223c 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -15,6 +15,12 @@ jobs: - name: Run McBopomofoLMLibTest run: make runTest working-directory: Source/Engine/build + - name: Build MandarinTest + run: cmake -S . -B build + working-directory: Source/Engine/Mandarin + - name: Run MandarinTest + run: make runTest + working-directory: Source/Engine/Mandarin/build - name: Test McBopomofo App Bundle run: xcodebuild -scheme McBopomofo -configuration Debug test - name: Test CandidateUI