GHA/linux-old: split test step into build and run
To see how much time each takes. Closes #14791
This commit is contained in:
parent
db5eae1127
commit
6aa5f25c64
5
.github/workflows/linux-old.yml
vendored
5
.github/workflows/linux-old.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user