Skip to content

Commit

Permalink
run diff on error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Dec 29, 2023
1 parent 036fee0 commit 1eab0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1eab0a4

Please sign in to comment.