test: default shrink enabled

This commit is contained in:
ReaJason
2025-02-26 20:47:05 +08:00
parent 336dcb0fda
commit 2c0f52537e
@@ -222,6 +222,7 @@ public class ShellAssertionTool {
.shellType(shellType) .shellType(shellType)
.targetJreVersion(targetJdkVersion) .targetJreVersion(targetJdkVersion)
.debug(true) .debug(true)
.shrink(true)
.build(); .build();
ShellToolConfig shellToolConfig = null; ShellToolConfig shellToolConfig = null;