matrix-synapse: enable parallel tests

This commit is contained in:
pennae 2021-09-21 13:15:22 +02:00
parent a616d83b06
commit 7574cf28fe

View file

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