diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |