1
0

arguments --

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2022-05-31 11:04:20 +01:00
parent f09a4ad816
commit 6dceb4c349

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: coverage run --branch --parallel-mode $(which trial) --jobs=2 tests
- run: coverage run --branch --parallel-mode $(which trial) --jobs=2 -- tests
env:
SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }}
SYNAPSE_POSTGRES_HOST: localhost