We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681928 commit 907aab6Copy full SHA for 907aab6
2 files changed
rails_app/config/environments/test.rb
@@ -42,4 +42,5 @@
42
43
# Log to STDOUT
44
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
45
+ config.log_level = "error"
46
end
rails_app/test/test_helper.rb
@@ -46,6 +46,8 @@ class TestCase
47
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
48
fixtures :all
49
+
50
+ parallelize(workers: :number_of_processors, threshold: 1)
51
52
53
0 commit comments