Enable parallel tests
This commit is contained in:
parent
979a474c68
commit
6bd6cbd203
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue