Fixed typo tests are auto skipped on test-run

This commit is contained in:
Willem Cazander 2026-02-23 13:19:30 +01:00
parent 71213b3c22
commit 3428ad1bf1

View file

@ -38,7 +38,7 @@ Requirements;
Test launch from command line; Test launch from command line;
``` ```
JAVA_HOME=/usr/lib/jvm/jdk-25/ mvn verify -P test-run,test-none JAVA_HOME=/usr/lib/jvm/jdk-25/ mvn verify -P test-run
``` ```
In an IDE setup an runner with the main class from gdxapp4d-boot-desktop module; `love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher` In an IDE setup an runner with the main class from gdxapp4d-boot-desktop module; `love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppDesktopLauncher`