Skip to content

Commit 2ecd388

Browse files
committed
Add trace to see if we see more detailed reason of exiting
1 parent db0280f commit 2ecd388

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ruby.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
DB: ${{ matrix.db }}
136136
AR_VERSION: ${{ matrix.ar_version }}
137137
JRUBY_OPTS: "-J-Xms64M -J-Xmx1024M --dev"
138-
TESTOPTS: "--seed=18952"
139138

140139
steps:
141140
- uses: actions/checkout@v4
@@ -150,7 +149,7 @@ jobs:
150149
rake jar # compiles ext generates: lib/arjdbc/jdbc/adapter_java.jar
151150
- name: Run tests
152151
run: |
153-
bundle exec rake ${{ matrix.test_targets }}
152+
bundle exec rake ${{ matrix.test_targets }} --trace
154153
155154
test-arjdbc-mysql:
156155

0 commit comments

Comments
 (0)