Episkey-G opened a new pull request, #2797: URL: https://github.com/apache/apisix-ingress-controller/pull/2797
### Type of change - [x] Documentation ### What this PR does / why we need it The developer guide instructs contributors to run `make unit-test` to run unit tests, but no such target exists in the `Makefile`. The actual unit test target is `make test` (`manifests generate fmt vet envtest` + `go test`). This updates the documented command so the step works as written. ### Pre-submission checklist - [x] I have followed the project's [developer guide](https://github.com/apache/apisix-ingress-controller/blob/master/docs/en/latest/developer-guide.md). - [x] This change is documentation only and is backward compatible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
