Skip to content

Commit

Permalink
use --show-diff for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 25, 2024
1 parent a43647f commit 838b674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: make
run: make
- name: test
run: make test TESTS=tests
run: make test TESTS="tests --show-diff"
windows:
defaults:
run:
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
- name: make
run: nmake
- name: test
run: nmake test TESTS=tests
run: nmake test TESTS="tests --show-diff"

0 comments on commit 838b674

Please sign in to comment.