mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08: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
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -166,7 +166,10 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -110,8 +110,11 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }} ~1452"
|
||||
|
||||
|
6
.github/workflows/msh3.yml
vendored
6
.github/workflows/msh3.yml
vendored
@ -64,10 +64,10 @@ jobs:
|
||||
- run: make V=1
|
||||
name: 'make'
|
||||
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
5
.github/workflows/ngtcp2-gnutls.yml
vendored
5
.github/workflows/ngtcp2-gnutls.yml
vendored
@ -85,7 +85,10 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
5
.github/workflows/ngtcp2-wolfssl.yml
vendored
5
.github/workflows/ngtcp2-wolfssl.yml
vendored
@ -77,7 +77,10 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
5
.github/workflows/openssl3.yml
vendored
5
.github/workflows/openssl3.yml
vendored
@ -74,7 +74,10 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
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 }}"
|
||||
|
5
.github/workflows/wolfssl.yml
vendored
5
.github/workflows/wolfssl.yml
vendored
@ -66,7 +66,10 @@ jobs:
|
||||
- run: make V=1 examples
|
||||
name: 'make examples'
|
||||
|
||||
- run: make V=1 -C tests
|
||||
name: 'make tests'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
name: 'run tests'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
Loading…
Reference in New Issue
Block a user