Skip to content

Commit 9c807e7

Browse files
committed
Add --no-parallel
1 parent b51edea commit 9c807e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
swift build
2727
- name: Run Tests
2828
run: |
29-
swift test
29+
swift test --no-parallel
3030
env:
3131
ENABLE_INTEGRATION_TESTS: 1
3232
IS_CI: 1

0 commit comments

Comments
 (0)