From 1b63ae50c9abb48a1860efa5324d88ad8faed35c Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 6 Jul 2020 15:59:30 -0400 Subject: [PATCH] Colorize test results --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91ade94..df397c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,9 @@ jobs: - name: configure run: ./configure - name: check - run: make VERBOSE=1 check + run: make VERBOSE=1 AM_COLOR_TESTS=always check - name: distcheck - run: make VERBOSE=1 distcheck + run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck - name: distribution tarball is complete run: ./.github/workflows/scripts/dist-tarball-check @@ -63,9 +63,9 @@ jobs: - name: configure run: ./configure - name: check - run: make VERBOSE=1 check + run: make VERBOSE=1 AM_COLOR_TESTS=always check - name: distcheck - run: make VERBOSE=1 distcheck + run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck test-centos8: runs-on: ubuntu-latest @@ -79,9 +79,9 @@ jobs: - name: configure run: ./configure - name: check - run: make VERBOSE=1 check + run: make VERBOSE=1 AM_COLOR_TESTS=always check - name: distcheck - run: make VERBOSE=1 distcheck + run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck test-fedora: runs-on: ubuntu-latest @@ -95,9 +95,9 @@ jobs: - name: configure run: ./configure - name: check - run: make VERBOSE=1 check + run: make VERBOSE=1 AM_COLOR_TESTS=always check - name: distcheck - run: make VERBOSE=1 distcheck + run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck test-redhat-ubi7: runs-on: ubuntu-latest @@ -113,6 +113,6 @@ jobs: - name: configure run: ./configure - name: check - run: make VERBOSE=1 check + run: make VERBOSE=1 AM_COLOR_TESTS=always check - name: distcheck - run: make VERBOSE=1 distcheck + run: make VERBOSE=1 AM_COLOR_TESTS=always distcheck