Skip to content

Commit ca11c6a

Browse files
turning on warnings for latest in CI
1 parent c318501 commit ca11c6a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/test_helper.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
require "idnx"
55

66
require "minitest/autorun"
7+
8+
if RUBY_VERSION >= "3.4.0"
9+
Warning.categories.each do |cat|
10+
Warning[cat] = true
11+
end
12+
end

0 commit comments

Comments
 (0)