matrix-synapse: enable parallel tests
This commit is contained in:
parent
a616d83b06
commit
7574cf28fe
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue