From 605ea81aedc8cba72fd8c40b96d82bb0bc2abfd1 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 1 Sep 2024 21:58:52 -0700 Subject: chore: cleanup whitespace --- justfile | 7 +++++-- 1 file 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}} + + -- cgit v1.2.3