From: Karen Etheridge Date: Sat, 6 Jul 2019 18:14:42 +0000 (-0700) Subject: run tests in parallel X-Git-Tag: v0.31~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=579add62bd1338d45f8a668e65d685a8f87518eb;p=p5sagit%2FTry-Tiny.git run tests in parallel --- diff --git a/.travis.yml b/.travis.yml index c0b6f82..dcb5edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ install: script: - perl Makefile.PL - make - - prove -b -r -s -j1 $(test-files) + - prove -b -r -s -j$(test-jobs) $(test-files)