diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-18 02:21:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-18 21:55:35 +0700 |
| commit | 2e619db979d76c3e478d0b0592a569a005dc18c0 (patch) | |
| tree | eb2778973272c96c9d545a0bb4f458a653dc9b51 /Makefile | |
| parent | e6fed3ef602c587602a7e1eb1de303a0aafdc527 (diff) | |
| download | haminer-2e619db979d76c3e478d0b0592a569a005dc18c0.tar.xz | |
all: auto migrate the database when using postgresql forwarder
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |
