mirror of
https://github.com/curl/curl.git
synced 2026-06-03 16:24:18 +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/linux-hyper.yml
vendored
4
.github/workflows/linux-hyper.yml
vendored
|
|
@ -38,10 +38,10 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make
|
||||
- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1
|
||||
name: 'configure and build'
|
||||
|
||||
- run: make test-ci
|
||||
- run: make V=1 test-ci
|
||||
name: 'test'
|
||||
env:
|
||||
LD_LIBRARY_PATH: $HOME/hyper/target/debug:/usr/local/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue