Skip to content

Commit

Permalink
change loader
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 3, 2024
1 parent 86d341e commit cdff3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cdff3fc

Please sign in to comment.