Skip to content

Commit

Permalink
GHA: increase verbosity for make check
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
flichtenheld authored and cron2 committed Jan 5, 2024
1 parent c0f3801 commit 55c734d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -190,7 +190,7 @@ jobs:
- name: make all
run: make -j3
- name: make check
run: make check
run: make check VERBOSE=1

macos:
strategy:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- name: make all
run: make -j4
- name: make check
run: make check
run: make check VERBOSE=1

msvc:
strategy:
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- name: make all
run: make -j3
- name: make check
run: make check
run: make check VERBOSE=1

mbedtls3:
strategy:
Expand Down Expand Up @@ -399,4 +399,4 @@ jobs:
- name: make all
run: make -j3
- name: make check
run: make check
run: make check VERBOSE=1

0 comments on commit 55c734d

Please sign in to comment.