File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
CC_TEST_REPORTER_ID : ${{secrets.CC_TEST_REPORTER_ID}}
38
38
with :
39
39
downloadUrl : https://github.com/paulofaria/test-reporter/releases/download/0.9.0/test-reporter-0.9.0-darwin-amd64
40
- coverageCommand : swift test --enable-test-discovery --enable-code-coverage
40
+ coverageCommand : swift test --parallel -- enable-test-discovery --enable-code-coverage
41
41
coverageLocations : ${{ env.codecov_path }}:lcov-json
42
42
43
43
# ubuntu-latest is ubuntu-22.04 currently. Swift versions older than 5.7 don't have builds for 22.04. https://www.swift.org/download/
54
54
swift-version : ${{ matrix.swift }}
55
55
- uses : actions/checkout@v3
56
56
- name : Test
57
- run : swift test
57
+ run : swift test --parallel
58
58
59
59
ubuntu-latest :
60
60
name : Build ${{ matrix.swift }} on ${{ matrix.os }}
69
69
swift-version : ${{ matrix.swift }}
70
70
- uses : actions/checkout@v3
71
71
- name : Test
72
- run : swift test
72
+ run : swift test --parallel
You can’t perform that action at this time.
0 commit comments