mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Do not use parallel testing
This commit is contained in:
parent
19a543e184
commit
4173639049
1 changed files with 0 additions and 4 deletions
|
@ -42,10 +42,6 @@ CompanyRegister::Client = CompanyRegisterClientStub
|
|||
EInvoice.provider = EInvoice::Providers::TestProvider.new
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
# Run tests in parallel with specified workers
|
||||
cpu_count = ENV['PARALLEL_WORKERS'] || Concurrent.physical_processor_count || 1
|
||||
parallelize(workers: cpu_count)
|
||||
|
||||
ActiveRecord::Migration.check_pending!
|
||||
fixtures :all
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue