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:
Marc Hoersken 2021-10-08 20:43:19 +02:00
parent f0ab8a631a
commit 74d46aee28
No known key found for this signature in database
GPG key ID: 61E03CBED7BC859E
6 changed files with 9 additions and 9 deletions

View file

@ -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