enabling auto-compaction in GC

This commit is contained in:
HoneyryderChuck 2020-12-18 18:16:01 +00:00
parent 00f8c52c93
commit 623ad7d50a

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
GC.auto_compact = true if GC.respond_to?(:auto_compact=)
if ENV.key?("CI")
require "simplecov"
SimpleCov.command_name "#{RUBY_ENGINE}-#{RUBY_VERSION}"