1
0

Revert spacing tweak

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2022-06-01 08:42:58 +01:00
parent 2bb8d38adf
commit 2cd4be8008

View File

@@ -99,7 +99,7 @@ jobs:
if: ${{ matrix.postgres-version }}
timeout-minutes: 2
run: until pg_isready -h localhost; do sleep 1; done
- run: poetry run coverage run --branch --parallel-mode -m twisted.trial --jobs 2 tests
- run: poetry run coverage run --branch --parallel-mode -m twisted.trial --jobs=2 tests
env:
SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }}
SYNAPSE_POSTGRES_HOST: localhost