-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure envtest binaries are installed in project-specific bin di…
…rectory - 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.
- Loading branch information
1 parent
dc5721c
commit 6ccb706
Showing
1 changed file
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters