mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 09:31:44 +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'
|
if: success() || steps.build.outcome == 'success'
|
||||||
run: ./utils/CI/mp_test_executor.sh
|
run: ./utils/CI/mp_test_executor.sh
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: success() || steps.build.outcome == 'success'
|
if: matrix.cc == 'clang' && (success() || steps.build.outcome == 'success')
|
||||||
run: ./run_boost_tests
|
run: ./run_boost_tests
|
||||||
|
|
||||||
steam-runtime:
|
steam-runtime:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user