Message ID | 20240105142340.25735-1-gert@greenie.muc.de |
---|---|
State | Accepted |
Headers | show |
Series | [Openvpn-devel,v1] GHA: increase verbosity for make check | expand |
serial-tests change is only in master, so this only goes to master (for now). Your patch has been applied to the master branch. commit 55c734d7c02f9778321af550a9e0d12638fe12a0 Author: Frank Lichtenheld Date: Fri Jan 5 15:23:39 2024 +0100 GHA: increase verbosity for make check 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> -- kind regards, Gert Doering
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