diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7309b6d..83055b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,12 +7,8 @@ jobs: fail-fast: false matrix: include: - - ruby: 3.3 - os: ubuntu-22.04 - ruby: 3.2 os: macos-14 - - ruby: 3.1 - os: macos-13 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 diff --git a/test/test_helper.rb b/test/test_helper.rb index 829d38a..fc9570a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -7,6 +7,7 @@ class Minitest::Test def setup + $stdout.puts "#{self.class.name}##{name}" @output = StringIO.new("") @output_checked = false end