Skip to content

Commit 41c9b7a

Browse files
committed
Allow parallel testing in CI
1 parent 3f377ed commit 41c9b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
brew install mosquitto
3939
mosquitto -d -c mosquitto/config/mosquitto.conf
4040
- name: SPM tests
41-
run: swift test --enable-code-coverage --no-parallel
41+
run: swift test --enable-code-coverage
4242
- name: Upload coverage data
4343
uses: vapor/swift-codecov-action@v0.3
4444
with:
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
MOSQUITTO_SERVER: mosquitto
103103
run: |
104-
swift test --enable-code-coverage --no-parallel
104+
swift test --enable-code-coverage
105105
- name: Upload coverage data
106106
uses: vapor/swift-codecov-action@v0.3
107107
with:

0 commit comments

Comments
 (0)