cool-easter-32542
11/29/2024, 10:26 PMgo test ./... to run in that project, with the ability to also run go test ./... -tags integration. Heck, this could be streamlined to "run a given make command" and let us figure out the what the targets look like.
Describe alternatives you've considered
abandoning pants
Additional context
pants was passing when local commands could not, like go test ./...; the inability to run normal commands within a project is untenable.
pantsbuild/pantscool-easter-32542
11/29/2024, 11:15 PM