Turn off code signing for macOS unit tests

This commit is contained in:
Balazs Perlaki-Horvath 2025-01-16 11:30:28 +01:00
parent 73dd5a2a61
commit 723ccffaa3

View File

@ -66,7 +66,7 @@ jobs:
- name: Run Unit Tests on macOS
if: matrix.platform == 'macOS'
run: xcodebuild test -scheme Kiwix -destination 'platform=macOS'
run: xcodebuild test -scheme Kiwix -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO
- name: Upload code coverage
uses: codecov/codecov-action@v4.2.0