Skip to content

Commit 2105358

Browse files
committed
Run without parallelism
1 parent dec3171 commit 2105358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ environment:
3030
matrix:
3131
- THREAD_SAFE: 0
3232
OPCACHE: 0
33-
PARALLEL: -j2
33+
PARALLEL:
3434
- THREAD_SAFE: 1
3535
OPCACHE: 1
36-
PARALLEL: -j2
36+
PARALLEL:
3737
INTRINSICS: AVX
3838

3939
services:

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 %PARALLEL%"
94+
nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
9595

9696
set EXIT_CODE=%errorlevel%
9797

0 commit comments

Comments
 (0)