diff --git a/Makefile b/Makefile index 9bc518a..6708c13 100644 --- a/Makefile +++ b/Makefile @@ -48,5 +48,6 @@ test: ## run unit tests go test -v -race ./cmd/... ./internal/... -migrate - sql-migrate up \ No newline at end of file +.PHONY: migrate +migrate: ## run db migration + sql-migrate up