mirror of
https://github.com/curl/curl.git
synced 2026-08-02 10:00:27 +03:00
CI: more use of test-ci make target and verbose output
Replace test-nonflaky with test-ci and enable verbose output in all remaining CIs except Zuul which is customized a lot. Reviewed-by: Daniel Stenberg Reviewed-by: Jay Satiro Follow up to #7785 Closes #7832
This commit is contained in:
parent
f0ab8a631a
commit
74d46aee28
6 changed files with 9 additions and 9 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -81,10 +81,10 @@ jobs:
|
|||
# -Wvla is caused by brotli
|
||||
CFLAGS: "-Wno-vla -mmacosx-version-min=${{ matrix.build.macosx-version-min }}"
|
||||
|
||||
- run: make
|
||||
- run: make V=1
|
||||
name: 'make'
|
||||
|
||||
- run: make test-ci
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }} ~1452"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue