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 3f01aa5 commit 0ae8219Copy full SHA for 0ae8219
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: swift-actions/setup-swift@v1
31
- uses: actions/checkout@v3
32
- name: Test
33
- run: swift test
+ run: swift test --parallel
34
35
# 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/
36
ubuntu-old:
@@ -46,7 +46,7 @@ jobs:
46
swift-version: ${{ matrix.swift }}
47
48
49
50
51
ubuntu-latest:
52
name: Build ${{ matrix.swift }} on ${{ matrix.os }}
@@ -61,4 +61,4 @@ jobs:
61
62
63
64
0 commit comments