-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I want to use crane for integration tests, but I can't run the integration tests in build phase. I want to export the binaries for later use in a more elaborate setup.
Describe the solution you'd like
Support exporting integration test binaries.
Here all test binaries are removed from the output.
I'd like a way to retain integration test binaries.
We can tell them apart through target.kind, unit tests being bin, integration tests being test.
I don't know how this would be configured
Additional context
I don't see an easy way of implementing this user-side.
#600 is loosely related.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request