1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

CI: Show tests=yes for builds which run tests

This commit is contained in:
Andrii Doroshenko (Xrayez)
2020-07-30 14:00:45 +03:00
parent 35ff38b3d4
commit ceb338d672
3 changed files with 3 additions and 3 deletions

View File

@@ -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