added parallel functionality for running tests

This commit is contained in:
olegphenomenon 2022-04-06 16:17:35 +03:00
parent 031a825b3b
commit 54a6d9d624

View file

@ -49,6 +49,8 @@ class ActiveSupport::TestCase
fixtures :all fixtures :all
set_fixture_class log_domains: Version::DomainVersion set_fixture_class log_domains: Version::DomainVersion
parallelize(workers: :number_of_processors)
teardown do teardown do
travel_back travel_back
end end