matrix-synapse: add worker test to passthru.tests

This commit is contained in:
Sophie Tauchert 2023-09-11 10:12:06 +02:00
parent dea34ad0fa
commit 99e7130d69
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

View file

@ -157,7 +157,7 @@ python3.pkgs.buildPythonApplication rec {
'';
passthru = {
tests = { inherit (nixosTests) matrix-synapse; };
tests = { inherit (nixosTests) matrix-synapse matrix-synapse-workers; };
inherit plugins tools;
python = python3;
};