makefile: run schemagen tests

This commit is contained in:
Michał Matczuk
2021-11-17 11:56:21 +01:00
committed by Michal Jan Matczuk
parent 8477485a45
commit e182c6eeff

View File

@@ -33,6 +33,7 @@ test:
@$(GOTEST) ./table @$(GOTEST) ./table
@$(GOTEST) ./migrate @$(GOTEST) ./migrate
@$(GOTEST) ./dbutil @$(GOTEST) ./dbutil
@$(GOTEST) ./cmd/schemagen
.PHONY: bench .PHONY: bench
bench: bench: