mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Switch to test:parallel K=4 on windows.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
d431912790
commit
5dab3e0bbf
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue