diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84ec9b34..5bcfbfb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ make test-integration # Automatically builds binary if needed ``` #### Run All Tests -Run both unit and integration tests (automatically builds binary if needed): +Run both unit and integration tests (always rebuilds the binary first): ```bash make test-all ```