Don't run all the tests for now
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user