From 59d6ace3e54acd09cf3e80ad3b45efce2f5e6330 Mon Sep 17 00:00:00 2001 From: Lukhnos Liu Date: Tue, 1 Feb 2022 18:43:59 -0800 Subject: [PATCH] Update CI workflow --- .github/workflows/continuous-integration-workflow.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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