From 733c46d202ad47b66627ec6836adfbe16118f201 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sun, 11 May 2025 06:39:04 +0200 Subject: [PATCH] Run tests in CI --- .github/workflows/BuildPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 784d8b00..a5a388a6 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -47,7 +47,7 @@ jobs: - name: Unlink openssl 3 run: | brew unlink openssl@3 -# - name: Test project -# run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}" + - name: Test project + run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}" - name: Archive project run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }}"