From 98778c164587f5207cb4ae3d136bc01a10ef9231 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 16 Feb 2025 13:06:13 +0100 Subject: [PATCH] GHA: Test with `strict_checks=yes` --- .github/workflows/test_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index d603d67..fc38477 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -36,7 +36,7 @@ jobs: # Settings env: - SCONSFLAGS: platform=linuxbsd target=editor arch=x86_64 production=false dev_build=true tests=true verbose=yes warnings=extra werror=yes + SCONSFLAGS: platform=linuxbsd target=editor arch=x86_64 production=false dev_build=true tests=true verbose=yes warnings=extra werror=yes strict_checks=yes SCONS_CACHE_LIMIT: 7168 BIN: godot.linuxbsd.editor.dev.x86_64