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 /changelog.d/14101.misc | |
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 '')
-rw-r--r-- | changelog.d/14101.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14101.misc b/changelog.d/14101.misc new file mode 100644 index 0000000000..c48f40cd38 --- /dev/null +++ b/changelog.d/14101.misc @@ -0,0 +1 @@ +Run the integration test suites with the asyncio reactor enabled in CI. |