Make sure we get to see the test-suite.log on
failure.
Change-Id: Ie44a4b750605c4cc3ac1f75e1fa5ab85804ffa71
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <
20240105142340.25735-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27943.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
- name: make all
run: make -j3
- name: make check
- run: make check
+ run: make check VERBOSE=1
ubuntu-clang-asan:
strategy:
- name: make all
run: make -j3
- name: make check
- run: make check
+ run: make check VERBOSE=1
macos:
strategy:
- name: make all
run: make -j4
- name: make check
- run: make check
+ run: make check VERBOSE=1
msvc:
strategy:
- name: make all
run: make -j3
- name: make check
- run: make check
+ run: make check VERBOSE=1
mbedtls3:
strategy:
- name: make all
run: make -j3
- name: make check
- run: make check
+ run: make check VERBOSE=1