Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Aug 17, 2022
1 parent 4808532 commit f432b12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ upgrade: ## Upgrade dependencies
.PHONY: checkgenerate
checkgenerate:
@# Used in CI to verify that `make generate` doesn't produce a diff.
test -z "$$(git status --porcelain | tee /dev/stderr)"
# test -z "$$(git status --porcelain | tee /dev/stderr)"
git status --porcelain
git diff
exit 1

.PHONY: $(BIN)/protoc-gen-connect-go
$(BIN)/protoc-gen-connect-go:
Expand Down

0 comments on commit f432b12

Please sign in to comment.