diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index af0e7d1f..f52cf8cd 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -20,9 +20,6 @@ jobs: - name: Test CandidateUI run: swift test working-directory: Packages/CandidateUI - - name: Test CandidateUI - run: swift test - working-directory: Packages/CandidateUI - name: Test OpenCCBridge run: swift test working-directory: Packages/OpenCCBridge