mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
Allow to run tests in multiple threads
This commit is contained in:
parent
0af1cc17d1
commit
eed9f4baed
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ EInvoice.provider = EInvoice::Providers::TestProvider.new
|
|||
|
||||
class ActiveSupport::TestCase
|
||||
# Run tests in parallel with specified workers
|
||||
# parallelize(workers: :number_of_processors)
|
||||
parallelize(workers: :number_of_processors)
|
||||
|
||||
ActiveRecord::Migration.check_pending!
|
||||
fixtures :all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue