aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2026-06-05 21:34:19 -0300
committerRaul Benencia <46945030+raul-te@users.noreply.github.com>2026-06-05 21:41:26 -0300
commit301801f88d6ca50aa753349a85a2416e78da8fce (patch)
tree62ab2030e21a125e92f59c4554de8db51a9a3826
parent5de2065b0175e5f0d6aa28a0e03ecb5de05aa5a5 (diff)
Add make run target for local testing
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d9d33c..8da62a0 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ pkgs = $(shell $(GO) list ./... | grep -v /vendor/)
all:
$(GO) build
+run:
+ $(GO) run . -data-dir test/integ-test/integ-test-configs -debug
+
fmt:
$(GO) fmt
@@ -23,7 +26,7 @@ test: fmt
$(GO) test -v $(pkgs) && \
./test/integ-test/integ_test.py -vv
-.PHONY: all clean docs
+.PHONY: all run clean docs
binaries: linux windows
linux:
nihil fit ex nihilo