Skip to content

Commit

Permalink
Skip TestRequire on CI and older rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Mar 28, 2024
1 parent 086c8ba commit 45886ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_require.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'minitest/autorun'

return if ENV["CI"] && RUBY_VERSION < "3.2" # Not working on CI for unknown reason

class TestRequire < Minitest::Test
parallelize_me!

Expand Down

0 comments on commit 45886ab

Please sign in to comment.