aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-03-02 15:03:46 -0800
committerMax Resnick <max@ofmax.li>2024-03-02 15:03:46 -0800
commit11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d (patch)
tree453fbdcf13ba1a8252f843641fb60319f670549c /justfile
parent9fe8f31ae379d4b30823f3c4f19842bf32aae034 (diff)
downloadgo-git-server-11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d.tar.gz
feat: refactor some tests and policies.
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)