mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 01:56:13 +00:00
CI: run boost unit tests on a release build only
The debug CI build is consistently the last CI job to finish, usually behind even the Windows and Mac jobs.
This commit is contained in:
parent
ec765138ac
commit
caa5683818
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
|
@ -156,7 +156,7 @@ jobs:
|
|||
if: success() || steps.build.outcome == 'success'
|
||||
run: ./utils/CI/mp_test_executor.sh
|
||||
- name: Run unit tests
|
||||
if: success() || steps.build.outcome == 'success'
|
||||
if: matrix.cc == 'clang' && (success() || steps.build.outcome == 'success')
|
||||
run: ./run_boost_tests
|
||||
|
||||
steam-runtime:
|
||||
|
|
Loading…
Reference in New Issue
Block a user