summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-06-08 14:57:08 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-06-08 14:57:08 +0100
commitb5e9e4bcd2f3e8c375e87cb8cbc24d902df9718c (patch)
treece07ced9702d5fb03570a6e0f1c878c96dc19d67
parentTweak .coveragerc more (diff)
downloadsynapse-b5e9e4bcd2f3e8c375e87cb8cbc24d902df9718c.tar.xz
Run all the tests
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml

index f5d51a6294..cc8db74595 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -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