Skip to content

Commit 4712f33

Browse files
ddustindaywalker90
authored andcommitted
CI: Turn on diff outputs on failed doc gen
When the doc generator fails, make the CI output the diff of how it failed.
1 parent a6b1d00 commit 4712f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ gen: $(CHECK_GEN_ALL)
674674

675675
check-gen-updated: $(CHECK_GEN_ALL)
676676
@echo "Checking for generated files being changed by make"
677-
git diff --exit-code HEAD
677+
git diff --text --exit-code HEAD
678678

679679
coverage/coverage.info: check pytest
680680
mkdir coverage || true

0 commit comments

Comments
 (0)