1
0

Run all the tests

This commit is contained in:
Brendan Abolivier
2022-06-08 14:57:08 +01:00
parent 965b9fead1
commit b5e9e4bcd2

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.logging.test_opentracing
- run: poetry run coverage run --branch --parallel-mode -m twisted.trial --jobs=2 tests
env:
SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }}
SYNAPSE_POSTGRES_HOST: localhost