Support running tests in parallel (#1667)

To allow for faster execution of the unit tests locally, allow running
them in parallel.
This commit is contained in:
Darragh Bailey
2022-11-08 16:28:32 +00:00
committed by GitHub
parent 1c7e9d8bd0
commit 4fe53477b2
40 changed files with 58 additions and 45 deletions

View File

@@ -51,3 +51,5 @@ group :test do
gem "ruby-prof", ">= 0.17.0", require: false
gem 'stackprof', '>= 0.2.9', require: false
end
gem 'parallel_tests', group: [:development, :test], require: false