aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-09-01 21:58:52 -0700
committerMax Resnick <max@ofmax.li>2024-09-01 21:58:52 -0700
commit605ea81aedc8cba72fd8c40b96d82bb0bc2abfd1 (patch)
treeae53672b988dee0ae1d6941d06413b5192ef405f
parent5b1412a26e7a91fc80d7fecdc1df1653abcbbe3c (diff)
downloadgo-git-server-605ea81aedc8cba72fd8c40b96d82bb0bc2abfd1.tar.gz
chore: cleanup whitespace
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
index a4b40cd..89f0424 100644
--- a/justfile
+++ b/justfile
@@ -97,6 +97,9 @@ test:
go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./...
go tool cover -func={{ TEMPDIR }}/testcover.out
+debug-test pkg func:
+ dlv test {{pkg}} -- -test.v -test.run {{func}}
+
debug-run:
dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r {{ TEMPDIR }} -t tokens.csv -p policy.csv -m auth_model.ini -a
@@ -124,5 +127,5 @@ local-cluster:
local-cluster-clean:
k3d cluster delete go-git-cluster
-debug-test pkg func:
- dlv test {{pkg}} -- -test.v -test.run {{func}}
+
+