Skip to content

Commit

Permalink
Add trace to see if we see more detailed reason of exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 24, 2025
1 parent db0280f commit 2ecd388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
DB: ${{ matrix.db }}
AR_VERSION: ${{ matrix.ar_version }}
JRUBY_OPTS: "-J-Xms64M -J-Xmx1024M --dev"
TESTOPTS: "--seed=18952"

steps:
- uses: actions/checkout@v4
Expand All @@ -150,7 +149,7 @@ jobs:
rake jar # compiles ext generates: lib/arjdbc/jdbc/adapter_java.jar
- name: Run tests
run: |
bundle exec rake ${{ matrix.test_targets }}
bundle exec rake ${{ matrix.test_targets }} --trace
test-arjdbc-mysql:

Expand Down

0 comments on commit 2ecd388

Please sign in to comment.