Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 3, 2024
1 parent 6d99403 commit 86d341e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
- run: bundle exec rake test JRUBY_OPTS="--debug"
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Rake::TestTask.new(test: %i[pgsql liquibase]) do |test|
test.pattern = 'test/**/test_*.rb'
test.verbose = true
test.warning = true
test.ruby_opts = 'debug'
end

require 'rubocop/rake_task'
Expand Down

0 comments on commit 86d341e

Please sign in to comment.