Add JRUBY_OPTS=--debug to the CI environment.
This commit is contained in:
parent
db3ce93027
commit
f0b50d3c6c
|
@ -31,6 +31,8 @@ jobs:
|
|||
run: choco install zip
|
||||
|
||||
- name: Run the tests
|
||||
env:
|
||||
JRUBY_OPTS: --debug
|
||||
run: bundle exec rake
|
||||
|
||||
- name: Coveralls
|
||||
|
|
Loading…
Reference in New Issue