Skip to content

Commit

Permalink
Do not require debug on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Dec 4, 2024
1 parent 763aba0 commit 93896fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "gemdiff"

begin
require "debug"
require "debug" unless ENV["CI"]
rescue LoadError
# ok
end

0 comments on commit 93896fb

Please sign in to comment.