Always run fmt check in CI (#2546)
This commit is contained in:
parent
6718ea6ff1
commit
fa1cbc2896
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -132,7 +132,7 @@ fmt-check:
|
|||
fi;
|
||||
|
||||
.PHONY: test
|
||||
test: fmt-check
|
||||
test:
|
||||
$(GO) test $(PACKAGES)
|
||||
|
||||
.PHONY: coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue