diff options
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index b25b7ff..cedf8e0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,4 +22,4 @@ install: build: off test_script: - - cmd: python runtest.py -a || if %errorlevel% == 2 then exit 0 else exit 1
\ No newline at end of file + - cmd: python runtest.py -a -j 2 || if %errorlevel% == 2 then exit 0 else exit 1
\ No newline at end of file |