mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
matrix-synapse: add worker test to passthru.tests
This commit is contained in:
parent
dea34ad0fa
commit
99e7130d69
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user