Quiet unit test log in CI

This commit is contained in:
1024jp 2024-06-30 23:58:31 +09:00
parent 19b992cb0e
commit 37743ffb54

View File

@ -19,10 +19,10 @@ jobs:
git submodule update --init
- name: Unit Test for EditorKit
run: |
swift test --package-path Packages/EditorKit --enable-swift-testing
swift test --package-path Packages/EditorKit --enable-swift-testing --quiet
- name: Unit Test for SyntaxMap
run: |
swift test --package-path Packages/SyntaxMap --enable-swift-testing
swift test --package-path Packages/SyntaxMap --enable-swift-testing --quiet
- name: Unit Test for CotEditor
run: |
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -skipPackagePluginValidation