Use flatware to parallelize CI specs (#30284)

This commit is contained in:
Matt Jankowski 2024-06-27 03:42:57 -04:00 committed by GitHub
parent ad53b0ab65
commit f6390c3326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 57 additions and 3 deletions

View file

@ -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