From cdff3fc4cea537f4d9860f409f228d7b3bd6fecb Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Fri, 2 Feb 2024 21:34:59 -0500 Subject: [PATCH] change loader --- .github/workflows/codecov.yml | 2 +- Rakefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f10822d..4bfba30 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,7 +18,7 @@ jobs: with: ruby-version: 3.0 - run: bundle update - - run: bundle exec rake test JRUBY_OPTS="--debug" + - run: bundle exec rake test - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true diff --git a/Rakefile b/Rakefile index 6589496..5c8306d 100644 --- a/Rakefile +++ b/Rakefile @@ -36,6 +36,7 @@ Rake::TestTask.new(test: %i[pgsql liquibase]) do |test| test.pattern = 'test/**/test_*.rb' test.verbose = true test.warning = true + test.loader = 'testrb' end require 'rubocop/rake_task'