Switch to test:parallel K=4 on windows.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-10-03 15:10:28 -07:00
parent d431912790
commit 5dab3e0bbf
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ bundle --version
echo "--- bundle install"
bundle install --jobs=7 --retry=3 --without tools maintenance deploy
echo "+++ bundle exec rake"
bundle exec rake
echo "+++ bundle exec rake test:parallel"
bundle exec rake test:parallel K=4
exit $LASTEXITCODE

View file

@ -22,6 +22,7 @@ group :test do
gem "chefstyle", "~> 0.13.0"
gem "coveralls", require: false
gem "minitest", "~> 5.5"
gem "minitest-sprint", "~> 1.0"
gem "rake", ">= 10"
gem "simplecov", "~> 0.10"
gem "concurrent-ruby", "~> 1.0"