Test fixes

This commit is contained in:
Anuken
2026-03-19 11:05:54 -04:00
parent 71dd8587a6
commit f989f5609c
5 changed files with 5 additions and 0 deletions

View File

@@ -429,6 +429,7 @@ project(":tests"){
test{
//fork every test so mods don't interact with each other
forkEvery = 1
jvmArgs = ["-XX:+HeapDumpOnOutOfMemoryError"]
useJUnitPlatform()
workingDir = new File("../core/assets")
testLogging{