Skip to content

Commit

Permalink
CI: Attempt to get a JRuby test passing
Browse files Browse the repository at this point in the history
This adds the JAVA_OPTS mentioned in a warning message, as well as asking for more memory.
  • Loading branch information
olleolleolle authored Jul 16, 2024
1 parent efcbc10 commit d1b24ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
vcpkg: libyaml
- name: Install dependencies
run: bundle install --jobs 1
env:
JAVA_OPTS: "--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
JRUBY_OPTS: "-J-Xmx1g"
- name: Run test
run: rake
- name: Install gem
Expand Down

0 comments on commit d1b24ec

Please sign in to comment.