diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index e978f9c8203..d966710cdde 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -74,7 +74,7 @@ jobs: artifact: false cache-limit: 5 - - name: Template w/ Mono (target=template_release, tests=yes) + - name: Template w/ Mono, release (target=template_release, tests=yes) cache-name: linux-template-mono target: template_release sconsflags: module_mono_enabled=yes @@ -84,6 +84,16 @@ jobs: artifact: true cache-limit: 1 + - name: Template w/ Mono, debug (target=template_debug, tests=yes) + cache-name: linux-template-mono-debug + target: template_debug + sconsflags: module_mono_enabled=yes + bin: ./bin/godot.linuxbsd.template_debug.x86_64.mono + build-mono: false + tests: true + artifact: true + cache-limit: 1 + - name: Minimal template (target=template_release, tests=yes, everything disabled) cache-name: linux-template-minimal target: template_release