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
commit 543cf1d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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; };