mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
GHA: build tests in a separate step from the running of them
... to make the output smaller for when you want to look at test failures. Removed the examples build from msh3 Closes #9619
This commit is contained in:
parent
e7cf6fea7f
commit
0a652280c9
8 changed files with 31 additions and 10 deletions
5
.github/workflows/torture.yml
vendored
5
.github/workflows/torture.yml
vendored
|
|
@ -54,7 +54,10 @@ jobs:
|
|||
- run: make V=1
|
||||
name: 'make'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-torture
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue