CI/makefiles: introduce dedicated test target

Make it easy to use the same set of test flags
throughout all current and future CI builds.

Reviewed-by: Jay Satiro

Follow up to #7690
Closes #7785
This commit is contained in:
Marc Hoersken 2021-09-27 21:17:29 +02:00
parent aceff6088c
commit ab1671cafe
No known key found for this signature in database
GPG key ID: 61E03CBED7BC859E
9 changed files with 19 additions and 9 deletions

View file

@ -41,7 +41,7 @@ jobs:
- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make
name: 'configure and build'
- run: make test-nonflaky
- run: make test-ci
name: 'test'
env:
LD_LIBRARY_PATH: $HOME/hyper/target/debug:/usr/local/lib

View file

@ -84,7 +84,7 @@ jobs:
- run: make
name: 'make'
- run: make test-nonflaky
- run: make test-ci
name: 'test'
env:
TFLAGS: "${{ matrix.build.tflags }} ~1452"