Skip to content

docs: fix incorrect unit test command in developer guide#2797

Open
Episkey-G wants to merge 1 commit into
apache:masterfrom
Episkey-G:docs/fix-unit-test-command
Open

docs: fix incorrect unit test command in developer guide#2797
Episkey-G wants to merge 1 commit into
apache:masterfrom
Episkey-G:docs/fix-unit-test-command

Conversation

@Episkey-G

Copy link
Copy Markdown

Type of change

  • 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

  • I have followed the project's developer guide.
  • This change is documentation only and is backward compatible.

The developer guide instructs running 'make unit-test', but no such
target exists in the Makefile. The actual unit test target is 'make
test'. Update the command so the documented step works.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant