From b8584fec70bd6810fa2392deadc69595b3e94cfa Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 4 May 2024 10:24:48 -0700 Subject: feat: refactor of repo management --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index f7f480b..b8a64ea 100644 --- a/justfile +++ b/justfile @@ -48,3 +48,6 @@ localdeploy: local-cluster: k3d cluster create go-git-cluster --registry-create go-git-registry + +debug-test pkg func: + dlv test {{pkg}} -- -test.v -test.run {{func}} -- cgit v1.2.3