feat: add ko test command to build with go test -c#1407
feat: add ko test command to build with go test -c#1407vincent-d wants to merge 3 commits intoko-build:mainfrom
Conversation
Add a new command to build images with the output of go test -c. It allows configuring build and LD flags in .ko.yaml with different values for build and test commands for a given importpath.
55a1914 to
8d932eb
Compare
|
This Pull Request is stale because it has been open for 90 days with |
|
Oh noes! This could be helpful! |
|
This Pull Request is stale because it has been open for 90 days with |
|
This Pull Request is stale because it has been open for 90 days with |
|
what is missing in this PR? not being able to compile test binaries with |
|
This Pull Request is stale because it has been open for 90 days with |
|
@vincent-d @cpanato can we reopen this? |
|
Another friendly ping @vincent-d @cpanato @imjasonh - can we reopen this? |
Add a new command to build images with the output of go test -c.
It allows configuring build and LD flags in .ko.yaml with different values for build and test commands for a given importpath.
This is a new attempt at implementing #96 with a separate command.