X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/979a474c682c894125e0fe9ddfc5bae566ad895c..6bd6cbd2031e4dce3c81db3fc669dbc42978b225:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 08f01e8e7..c19b809ec 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -28,6 +28,9 @@ module ActiveSupport include FactoryBot::Syntax::Methods include ActiveJob::TestHelper + # Run tests in parallel with specified workers + parallelize(:workers => :number_of_processors) + ## # takes a block which is executed in the context of a different # ActionController instance. this is used so that code can call methods