From 1eab0a448a01878d4a6959289091ce6515aa0a8c Mon Sep 17 00:00:00 2001 From: pmqs Date: Fri, 29 Dec 2023 19:15:01 +0000 Subject: [PATCH] run diff on error --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3c69494b..20940e0a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,4 +65,4 @@ jobs: run: make - name: Test - run: make test TEST_VERBOSE=1 + run: make test TEST_VERBOSE=1 ZIPDETAILS_TEST_DIFF=1 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7aed06b3..cf3cc6a2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -65,4 +65,4 @@ jobs: run: make - name: Test - run: make test TEST_VERBOSE=1 \ No newline at end of file + run: make test TEST_VERBOSE=1 ZIPDETAILS_TEST_DIFF=1 \ No newline at end of file