diff options
author | Quentin Gliech <quenting@element.io> | 2023-03-02 12:14:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 11:14:44 +0000 |
commit | 7ec1f096d3e66c7cd857e75bef229688c73a9868 (patch) | |
tree | ae8ff3de9890586c61f7efba022e84a51bf22a50 /.github | |
parent | Move event_reports to `RoomWorkerStore` (#15165) (diff) | |
download | synapse-7ec1f096d3e66c7cd857e75bef229688c73a9868.tar.xz |
Add Sytest jobs with the asyncio reactor enabled (#14101)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cfafeaadc9..48a33c2f49 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -368,6 +368,7 @@ jobs: SYTEST_BRANCH: ${{ github.head_ref }} POSTGRES: ${{ matrix.job.postgres && 1}} MULTI_POSTGRES: ${{ (matrix.job.postgres == 'multi-postgres') && 1}} + ASYNCIO_REACTOR: ${{ (matrix.job.reactor == 'asyncio') && 1 }} WORKERS: ${{ matrix.job.workers && 1 }} BLACKLIST: ${{ matrix.job.workers && 'synapse-blacklist-with-workers' }} TOP: ${{ github.workspace }} |