From 38d71b2efab4e6c9e71a5a50a5f1ea9d6860c9cb Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 30 Jun 2020 16:31:02 -0400 Subject: [PATCH] Set `VERBOSE=1` to show logs on failure --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd87470..a772d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,6 @@ jobs: - name: configure run: ./configure - name: check - run: make check + run: make VERBOSE=1 check - name: distcheck - run: make distcheck + run: make VERBOSE=1 distcheck