We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad2d94 commit 1a23860Copy full SHA for 1a23860
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Use multiple cores
77
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
78
- name: Build-Test
79
- run: swift test --enable-code-coverage | xcpretty -c
+ run: set -o pipefail && env NSUnbufferedIO=YES swift test --enable-code-coverage | xcpretty -c
80
env:
81
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
82
- name: Prepare codecov
0 commit comments