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