diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 61a60315..9fa98a04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -74,7 +74,7 @@ jobs: env: SCONS_CACHE: ${{github.workspace}}/.scons_cache/ run: | - scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=no target=release_debug + scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=no target=release_debug debug_symbols=no # TODO Such tests are able to run from Godot 4.0 only # Execute unit tests for the editor