Fix: [CI] no need to build unit-tests for releases (#10759)

We don't run them anyway. And LTO can be darn slow.
This commit is contained in:
Patric Stout
2023-05-02 23:43:16 +02:00
committed by GitHub
parent 018a26d9b6
commit 62f9bdb939
3 changed files with 5 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ jobs:
echo "::group::Build"
echo "Running on $(nproc) cores"
cmake --build . -j $(nproc)
cmake --build . -j $(nproc) --target openttd
echo "::endgroup::"
- name: Create bundles