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