Skip to content

Commit b29cb61

Browse files
committed
[ci] enable asserts -ea
1 parent 86465b3 commit b29cb61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
env:
66
JAVA_OPTS: '-XX:+TieredCompilation -XX:TieredStopAtLevel=1'
7+
JRUBY_OPTS: '-J-ea'
78

89
jobs:
910

.github/workflows/ci-test_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
JAVA_OPTS: '-Djruby.openssl.provider.register=true -Djruby.openssl.warn=true '
7-
JRUBY_OPTS: '-J--add-opens=java.base/java.security=org.jruby.dist -Xjit.threshold=0'
7+
JRUBY_OPTS: '-J-ea -J--add-opens=java.base/java.security=org.jruby.dist -Xjit.threshold=0'
88

99
jobs:
1010

0 commit comments

Comments
 (0)