diff --git a/.github/workflows/IcpKit-Tests.yml b/.github/workflows/IcpKit-Tests.yml index 69061f0..0cda845 100644 --- a/.github/workflows/IcpKit-Tests.yml +++ b/.github/workflows/IcpKit-Tests.yml @@ -13,4 +13,4 @@ jobs: - name: Test uses: actions/checkout@v1 - name: Build and Test - run: xcodebuild test -scheme IcpKit-Package -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignature' + run: xcodebuild test -quiet -scheme IcpKit-Package -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15 Pro" '-skip-testing:IcpKitTests/ICPCryptographyTests/testBlsSignature'