From 3428ad1bf1a9ed164c7c853028b0e52e4f119e2c Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 23 Feb 2026 13:19:30 +0100 Subject: [PATCH] Fixed typo tests are auto skipped on test-run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0f475c..d1831812 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Requirements; 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`