mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
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
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue