diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -34,10 +34,7 @@ test: go tool cover -func={{ TEMPDIR }}/testcover.out debug-run: - dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r $(mktemp -d) -t tokens.csv -p policy.csv -m auth_model.ini -a - -debug-test pkg: - dlv test {{pkg}} -- -test.v + dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r {{ TEMPDIR }} -t tokens.csv -p policy.csv -m auth_model.ini -a local-push: (push "localhost:5000") @echo "build and push to local dir" |