Skip to content

Commit c4b0c0d

Browse files
committed
[CI] Enable assertions
1 parent 901bee8 commit c4b0c0d

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
@@ -74,7 +74,7 @@ env:
7474
DB_USER: hibernate_orm_test
7575
DB_PASSWORD: hibernate_orm_test
7676
DB_NAME: hibernate_orm_test
77-
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"
77+
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"
7878
MX_GIT_CACHE: refcache
7979
JAVA_HOME: ${{ github.workspace }}/openjdk
8080
GRAALVM_HOME: ${{ github.workspace }}/graalvm-home

0 commit comments

Comments
 (0)