summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-02-21 11:05:36 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-02-21 11:05:36 +0100
commite3d502f4de8f54b2d3a31704f0e6cb9bc0ebd623 (patch)
treee6b73dd500a604b465a60e03c1b2aade366e20b2 /appveyor
parent152e5393e5aa5bc2bf150982514b1f991ad936d2 (diff)
downloadphp-git-e3d502f4de8f54b2d3a31704f0e6cb9bc0ebd623.tar.gz
Enable parallel tests on AppVeyor
I'll be keeping an eye on spurious failures resulting from this...
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 12aff53031..9604524608 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -91,7 +91,7 @@ mkdir c:\tests_tmp
set TEST_PHP_JUNIT=c:\junit.out.xml
cd "%APPVEYOR_BUILD_FOLDER%"
-nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp"
+nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp -j2"
set EXIT_CODE=%errorlevel%