diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-06-08 11:00:13 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-06-08 11:00:13 +0100 |
commit | ea40fbb3d6ba168706cf91f0658aa6b60961f9a9 (patch) | |
tree | c351377b3cb3590e51ff30f295cfab5077fbb3a5 /.github | |
parent | Fix source location (diff) | |
download | synapse-ea40fbb3d6ba168706cf91f0658aa6b60961f9a9.tar.xz |
Don't run all the tests for now
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 468b17f6bd..a62a3369c4 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 + - run: poetry run coverage run --branch --parallel-mode -m twisted.trial --jobs=2 tests tests.logging.test_opentracing env: SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }} SYNAPSE_POSTGRES_HOST: localhost |