aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
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}}