diff options
Diffstat (limited to '.github/workflows/macos_builds.yml')
-rw-r--r-- | .github/workflows/macos_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index d9f41f09f7..bd3340111e 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 |