From 54a6d9d62442cd4145da426ce93073e1f4f92a4f Mon Sep 17 00:00:00 2001 From: olegphenomenon Date: Wed, 6 Apr 2022 16:17:35 +0300 Subject: [PATCH] added parallel functionality for running tests --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index 98a7d0f39..4c7a1a577 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -49,6 +49,8 @@ class ActiveSupport::TestCase fixtures :all set_fixture_class log_domains: Version::DomainVersion + parallelize(workers: :number_of_processors) + teardown do travel_back end