From 11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 2 Mar 2024 15:03:46 -0800 Subject: feat: refactor some tests and policies. --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') 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) -- cgit v1.2.3