Add JRUBY_OPTS=--debug to the CI environment.

This commit is contained in:
Robert Haines 2021-05-19 22:23:54 +01:00
parent db3ce93027
commit f0b50d3c6c
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ jobs:
run: choco install zip
- name: Run the tests
env:
JRUBY_OPTS: --debug
run: bundle exec rake
- name: Coveralls