You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure envtest binaries are installed in project-specific bin directory
- Redirects envtest binaries to be installed in the project's ./bin/envtest-binaries directory.
- Avoids using global paths, preventing permission issues for contributors and reducing risk of conflicts with other projects.
- Centralizes all project binaries in ./bin for consistency, making it easier to configure and debug tests in IDEs.
This change enforces a local installation path for envtest binaries to address permission issues some contributors faced with global installs. By centralizing binaries in the project-specific ./bin directory, we also prevent interference with other projects that might rely on different versions or setups.
This setup supports seamless IDE configuration for running and debugging tests locally.
0 commit comments