Skip to content

Commit e3d502f

Browse files
committed
Enable parallel tests on AppVeyor
I'll be keeping an eye on spurious failures resulting from this...
1 parent 152e539 commit e3d502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ mkdir c:\tests_tmp
9191
set TEST_PHP_JUNIT=c:\junit.out.xml
9292

9393
cd "%APPVEYOR_BUILD_FOLDER%"
94-
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"
94+
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"
9595

9696
set EXIT_CODE=%errorlevel%
9797

0 commit comments

Comments
 (0)