GHA/linux-old: split test step into build and run

To see how much time each takes.

Closes #14791
This commit is contained in:
Viktor Szakats 2024-09-05 12:05:02 +02:00
parent db5eae1127
commit 6aa5f25c64
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -102,5 +102,8 @@ jobs:
- name: 'install'
run: make -C bld-cares install
- name: 'tests'
- name: 'build tests'
run: make -C bld-cares testdeps
- name: 'run tests'
run: make -C bld-cares test-ci