Skip to content

Clean up make help #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ help:
@echo " test-cel Run the integration tests of CEL validation rules in API definitions with envtest."
@echo " This will be needed when changing API definitions."
@echo " test-extproc Run the integration tests for extproc without controller or k8s at all."
@echo " Note that this requires some credentials."
@echo " test-controller Run the integration tests for the controller with envtest."
@echo " test-e2e Run the end-to-end tests with a local kind cluster."
@echo ""
@echo "For example, 'make precommit test' should be enough for initial iterations, and later 'make test-cel' etc."
@echo "Note that some cases run by 'make test-e2e' or 'make test-extproc' use credentials and these will be skipped when not available."
@echo ""
@echo ""

# This runs the linter, formatter, and tidy on the codebase.
Expand Down
Loading