From 2e619db979d76c3e478d0b0592a569a005dc18c0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 18 Mar 2024 02:21:30 +0700 Subject: all: auto migrate the database when using postgresql forwarder --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f840717..b903567 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,10 @@ .PHONY: all build lint serve-doc all: build lint test -build: +embed: + go run ./internal/cmd/memfs + +build: embed go build -o ./_bin/ ./cmd/... ##---- Run all tests and generate coverage as HTML. -- cgit v1.3