diff --git a/appveyor.yml b/appveyor.yml index acdcde0ad5..9d52449d3a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,8 +45,8 @@ build_script: - nmake -l - nmake install-nodoc - \usr\bin\ruby -v -e "p :locale => Encoding.find('locale'), :filesystem => Encoding.find('filesystem')" - - set /a JOBS=2*%NUMBER_OF_PROCESSORS% test_script: + - set /a JOBS=%NUMBER_OF_PROCESSORS% - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - nmake -l "TESTOPTS=-q -j%JOBS%" test-all