From 7175bd64e38780fb44a9a9fcaa4008577571cdda Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Sat, 30 Jul 2022 23:50:51 +0200 Subject: [PATCH] Run tests with the number of processors --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index 1a8e68bb206a..9324bdc9f7a2 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -94,6 +94,8 @@ class ActiveSupport::TestCase prepend TestCaseRailsLoggerExtensions setup :setup_dns_stubs + parallelize(workers: :number_of_processors) + class << self alias_method :test, :it end