aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index 8f30dbd..f7ea81f 100644
--- a/justfile
+++ b/justfile
@@ -12,6 +12,7 @@ test:
golangci-lint run
go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./...
go tool cover -func={{ TEMPDIR }}/testcover.out
+
debug-run:
dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r $(mktemp -d)