Open
Description
Is your feature request related to a problem? Please describe.
We currently run all tests with assertions disabled.
Describe the solution you'd like
Now that we can use quarkus.native.additional-build-args-append
to pass more options to native-image
we can use it to pass -ea
and -esa
to enable assertions either on all runs or in some particular configuration.