Skip to content

Commit 1836bd9

Browse files
committed
[CI] Enable assertions
1 parent 68dfd34 commit 1836bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ env:
7070
DB_USER: hibernate_orm_test
7171
DB_PASSWORD: hibernate_orm_test
7272
DB_NAME: hibernate_orm_test
73-
NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs"
73+
NATIVE_TEST_MAVEN_OPTS: "--fail-at-end -Dtest-containers -Dstart-containers -DfailIfNoTests=false -Dquarkus.native.native-image-xmx=13g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install -DskipDocs -Dquarkus.native.additional-build-args-append=-ea,-esa,-J-ea,-J-esa"
7474
MX_GIT_CACHE: refcache
7575
JAVA_HOME: ${{ github.workspace }}/openjdk
7676
GRAALVM_HOME: ${{ github.workspace }}/graalvm-home

0 commit comments

Comments
 (0)