Skip to content

Commit

Permalink
Enable parallel tests on AppVeyor
Browse files Browse the repository at this point in the history
I'll be keeping an eye on spurious failures resulting from this...
  • Loading branch information
nikic committed Feb 21, 2019
1 parent 152e539 commit e3d502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/test_task.bat
Expand Up @@ -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%

Expand Down

0 comments on commit e3d502f

Please sign in to comment.