CI: Test with ruby 3.0 as the latest ruby version

This commit is contained in:
Dylan Thacker-Smith
2021-02-10 08:37:16 -05:00
parent 3c499d0241
commit cc08579185
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -461,6 +461,7 @@ class ContextTest < Minitest::Test
end
def test_interrupt_avoids_object_allocations
@context.interrupt? # ruby 3.0.0 allocates on the first call
assert_no_object_allocations do
@context.interrupt?
end