Merge pull request #138804 from Ma27/backport-matrix-test

[21.05] matrix-synapse: enable parallel tests
This commit is contained in:
Maximilian Bosch
2021-09-21 20:05:27 +02:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ with py.pkgs; buildPythonApplication rec {
doCheck = !stdenv.isDarwin;
checkPhase = ''
PYTHONPATH=".:$PYTHONPATH" ${python3.interpreter} -m twisted.trial tests
PYTHONPATH=".:$PYTHONPATH" ${python3.interpreter} -m twisted.trial -j $NIX_BUILD_CORES tests
'';
passthru.tests = { inherit (nixosTests) matrix-synapse; };