From 028a7345be1cba6735667479b351a576964c1530 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 27 Jan 2021 13:44:49 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9tablissement=20des=20tests=20parall?= =?UTF-8?q?=C3=A8les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index a7c5dbc..cbe396b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,7 +4,7 @@ require 'rails/test_help' class ActiveSupport::TestCase # Run tests in parallel with specified workers - # parallelize(workers: :number_of_processors) + parallelize(workers: :number_of_processors) # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. fixtures :all