cron2 has uploaded a new patch set (#2) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/485?usp=email )
The following approvals got outdated and were removed: Code-Review+2 by plaisthos Change subject: GHA: increase verbosity for make check ...................................................................... GHA: increase verbosity for make check Make sure we get to see the test-suite.log on failure. Change-Id: Ie44a4b750605c4cc3ac1f75e1fa5ab85804ffa71 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Arne Schwabe <[email protected]> Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg27943.html Signed-off-by: Gert Doering <[email protected]> --- M .github/workflows/build.yaml 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/85/485/2 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4393f5c..51100c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -163,7 +163,7 @@ - name: make all run: make -j3 - name: make check - run: make check + run: make check VERBOSE=1 ubuntu-clang-asan: strategy: @@ -190,7 +190,7 @@ - name: make all run: make -j3 - name: make check - run: make check + run: make check VERBOSE=1 macos: strategy: @@ -239,7 +239,7 @@ - name: make all run: make -j4 - name: make check - run: make check + run: make check VERBOSE=1 msvc: strategy: @@ -348,7 +348,7 @@ - name: make all run: make -j3 - name: make check - run: make check + run: make check VERBOSE=1 mbedtls3: strategy: @@ -399,4 +399,4 @@ - name: make all run: make -j3 - name: make check - run: make check + run: make check VERBOSE=1 -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/485?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ie44a4b750605c4cc3ac1f75e1fa5ab85804ffa71 Gerrit-Change-Number: 485 Gerrit-PatchSet: 2 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> Gerrit-MessageType: newpatchset
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
