Skip to content

Commit

Permalink
Run tests with the number of processors
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 28, 2022
1 parent 9e56e55 commit 7175bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7175bd6

Please sign in to comment.