Skip to content

Commit

Permalink
Fix faulty environment variable value (sidekiq#4981)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoljungberg committed Sep 1, 2021
1 parent 1daed42 commit 0bdec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -8,7 +8,7 @@

$TESTING = true
# disable minitest/parallel threads
ENV["MT_CPU"] = 0
ENV["MT_CPU"] = "0"
ENV["N"] = "0"
# Disable any stupid backtrace cleansers
ENV["BACKTRACE"] = "1"
Expand Down

0 comments on commit 0bdec6f

Please sign in to comment.