enable bc-checking against master
This commit is contained in:
parent
3a2091f8d6
commit
b054efd986
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -78,7 +78,7 @@ deps: $(BUF)
|
|||
.PHONY: local
|
||||
local: $(BUF)
|
||||
buf check lint
|
||||
# buf check breaking --against '.git#branch=master'
|
||||
buf check breaking --against '.git#branch=master'
|
||||
|
||||
# https is what we run when testing in most CI providers.
|
||||
# This does breaking change detection against our remote HTTPS git repository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue