summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-04-25 16:48:58 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2020-04-25 16:48:58 +0200
commitd2bf27f467f9276e233df788d4b0e65ccdd97802 (patch)
treef4f1a8a95d53e87ebd8c7f04f8e65e126f8088be
parentb585b508db8d944875fbe95a486165e3fc40dca4 (diff)
downloadpsutil-d2bf27f467f9276e233df788d4b0e65ccdd97802.tar.gz
enable parallel tests on cirrus
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index a0b8f1f0..cf424f27 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,7 +9,7 @@ freebsd_13_py3_task:
- python3 -m pip install --user setuptools
- make clean
- make install
- - make test
+ - make test-parallel
- make test-memleaks
- make print-access-denied
- make print-api-speed
@@ -25,7 +25,7 @@ freebsd_11_py2_task:
- python2.7 -m pip install --user setuptools ipaddress mock
- make clean
- make install
- - make test
+ - make test-parallel
- make test-memleaks
- make print-access-denied
- make print-api-speed