Skip to content

Commit 7af057f

Browse files
committed
docs: mention make test-integration target in README
1 parent df375b5 commit 7af057f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kubectl get codercontrolplanes -A
4444
## Testing strategy
4545

4646
- **Unit tests**: `make test` runs all tests, including unit tests in `main_test.go`.
47-
- **Integration tests**: Use `envtest` to exercise reconciliation against a lightweight API server (no real cluster needed). In this repository, run them via `make test` (no dedicated `make test-integration` target is currently defined).
47+
- **Integration tests**: Use `envtest` to exercise reconciliation against a lightweight API server (no real cluster needed). Run them via `make test` (included in the full suite) or `make test-integration` (focused on controller tests only).
4848
- **E2E smoke tests**: Recommended CI smoke coverage uses a Kind-based flow that deploys the controller image and verifies pod health.
4949

5050
## Project structure

0 commit comments

Comments
 (0)