diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index a05bb099313..198727b30e7 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -9,7 +9,7 @@ env: jobs: linux-editor: runs-on: "ubuntu-20.04" - name: Editor w/ Mono (target=release_debug, tools=yes) + name: Editor w/ Mono (target=release_debug, tools=yes, tests=yes) steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index d9f41f09f76..bd3340111ed 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -10,7 +10,7 @@ jobs: macos-editor: runs-on: "macos-latest" - name: Editor (target=release_debug, tools=yes) + name: Editor (target=release_debug, tools=yes, tests=yes) steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 2bc3fcfdaaa..0d3c78b45dd 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -14,7 +14,7 @@ jobs: runs-on: "windows-latest" # Windows Editor - checkout with the plugin - name: Editor (target=release_debug, tools=yes) + name: Editor (target=release_debug, tools=yes, tests=yes) steps: - uses: actions/checkout@v2