Use flatware to parallelize CI specs (#30284)
This commit is contained in:
parent
ad53b0ab65
commit
f6390c3326
5 changed files with 57 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -121,6 +121,9 @@ group :opentelemetry do
|
|||
end
|
||||
|
||||
group :test do
|
||||
# Enable usage of all available CPUs/cores during spec runs
|
||||
gem 'flatware-rspec'
|
||||
|
||||
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
|
||||
gem 'rspec-github', '~> 2.4', require: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue