Allow to run tests in multiple threads

This commit is contained in:
Karl Erik Õunapuu 2020-06-02 13:23:02 +03:00
parent 0af1cc17d1
commit eed9f4baed

View file

@ -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