]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GHA: increase verbosity for make check
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 5 Jan 2024 14:23:39 +0000 (15:23 +0100)
committerGert Doering <gert@greenie.muc.de>
Fri, 5 Jan 2024 14:46:24 +0000 (15:46 +0100)
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>
.github/workflows/build.yaml

index 4393f5cd293daf74862e3dfb4666141db1547bbb..51100c334504e61381f9073cbfeae97a62cadc53 100644 (file)
@@ -163,7 +163,7 @@ jobs:
       - 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 @@ jobs:
       - name: make all
         run: make -j3
       - name: make check
-        run: make check
+        run: make check VERBOSE=1
 
   macos:
     strategy:
@@ -239,7 +239,7 @@ jobs:
       - name: make all
         run: make -j4
       - name: make check
-        run: make check
+        run: make check VERBOSE=1
 
   msvc:
       strategy:
@@ -348,7 +348,7 @@ jobs:
       - name: make all
         run: make -j3
       - name: make check
-        run: make check
+        run: make check VERBOSE=1
 
   mbedtls3:
     strategy:
@@ -399,4 +399,4 @@ jobs:
       - name: make all
         run: make -j3
       - name: make check
-        run: make check
+        run: make check VERBOSE=1