You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove -DskipTests from native image build steps (#90)
The -DskipTests flag was removed from the Maven commands for creating native images in the GitHub Actions workflow. This ensures that tests are not skipped during the build process for Mac, Linux, and Windows.
0 commit comments