diff options
author | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-07-17 12:15:13 +0200 |
---|---|---|
committer | A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | 2024-07-18 15:17:33 +0200 |
commit | a2d16c0313aa493624e66498992cd03cd09d5182 (patch) | |
tree | 0195a1c91e64e9d2f88bb3268d45bef875e9add3 /.github/workflows/windows_builds.yml | |
parent | 832695eb2c9efccf7844097d8b0254c2993b8392 (diff) | |
download | redot-engine-a2d16c0313aa493624e66498992cd03cd09d5182.tar.gz |
[CI] Run unit tests on desktop release templates
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r-- | .github/workflows/windows_builds.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 8c93179448..90629204e6 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -34,8 +34,9 @@ jobs: - name: Template (target=template_release) cache-name: windows-template target: template_release - tests: false - sconsflags: debug_symbols=no + tests: true + sconsflags: debug_symbols=no tests=yes + bin: "./bin/godot.windows.template_release.x86_64.console.exe" steps: - uses: actions/checkout@v4 @@ -91,7 +92,6 @@ jobs: with: name: ${{ matrix.cache-name }} - # Execute unit tests for the editor - name: Unit tests if: ${{ matrix.tests }} run: | |