Skip to content

Commit e487009

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/base-windows.yml

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

.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)