Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit e4cdd84

Browse files
committed
CI: Enable "--debug" in JRuby
This would add code coverage information.
1 parent f6d6feb commit e4cdd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- os: ubuntu
3131
ruby: jruby
3232
experimental: true
33-
env: "JRUBY_OPTS=-X+O"
33+
env: 'JRUBY_OPTS="-X+O --debug"'
3434
- os: ubuntu
3535
ruby: head
3636
experimental: true

0 commit comments

Comments
 (0)