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 3f377ed commit 41c9b7aCopy full SHA for 41c9b7a
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
brew install mosquitto
39
mosquitto -d -c mosquitto/config/mosquitto.conf
40
- name: SPM tests
41
- run: swift test --enable-code-coverage --no-parallel
+ run: swift test --enable-code-coverage
42
- name: Upload coverage data
43
uses: vapor/swift-codecov-action@v0.3
44
with:
@@ -101,7 +101,7 @@ jobs:
101
env:
102
MOSQUITTO_SERVER: mosquitto
103
run: |
104
- swift test --enable-code-coverage --no-parallel
+ swift test --enable-code-coverage
105
106
107
0 commit comments