Skip to content

Commit f1d7a40

Browse files
committed
Run tests in CI
1 parent f6c75a7 commit f1d7a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildPR.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Unlink openssl 3
5151
run: |
5252
brew unlink openssl@3
53-
# - name: Test project
54-
# run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
53+
- name: Test project
54+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}"
5555
- name: Archive project
5656
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }}"

0 commit comments

Comments
 (0)