diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}} |