Skip to content

Commit 499c163

Browse files
committed
no parallel?
1 parent 4ecd9ab commit 499c163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
if: ${{ matrix.job.postgres-version }}
427427
timeout-minutes: 2
428428
run: until pg_isready -h localhost; do sleep 1; done
429-
- run: poetry run trial --jobs=6 tests
429+
- run: poetry run trial tests
430430
env:
431431
SYNAPSE_POSTGRES: ${{ matrix.job.database == 'postgres' || '' }}
432432
SYNAPSE_POSTGRES_HOST: /var/run/postgresql

0 commit comments

Comments
 (0)