mirror of
https://github.com/internetee/registry.git
synced 2025-08-26 02:53:31 +02:00
added parallel functionality for running tests
This commit is contained in:
parent
031a825b3b
commit
54a6d9d624
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue