diff options
| author | Max Resnick <max@ofmax.li> | 2025-07-20 22:13:40 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-07-20 22:13:40 -0700 |
| commit | 207cd111d62eafe48a114eb505eb1cf3bf166cf2 (patch) | |
| tree | cba4f0716370677345e40d1b7491dd0da6b53ba5 | |
| parent | c27ace9c8558ab5b9b933e41146932e6160521ae (diff) | |
| download | go-git-server-hook-events-lifecycle.tar.gz | |
feat: update some test datahook-events-lifecycle
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,11 +92,11 @@ docker-push registry=DEFAULT_REGISTRY: run repo=(TEMPDIR): git clone --bare mgmt {{repo}}/mgmt.git - go run cmd/main.go -a -r {{repo}} + TMPDIR={{TEMPDIR}} go run cmd/main.go -a -r {{repo}} test: golangci-lint run - TMPDIR=$PWD/testdata go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./... + TMPDIR={{TEMPDIR}} go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./... go tool cover -func={{ TEMPDIR }}/testcover.out debug-test pkg func: |