feat: add ko test command to build with go test -c
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.
This Pull Request is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Keep fresh with the 'lifecycle/frozen' label.
Oh noes! This could be helpful!
This Pull Request is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Keep fresh with the 'lifecycle/frozen' label.
This Pull Request is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Keep fresh with the 'lifecycle/frozen' label.
what is missing in this PR?
not being able to compile test binaries with ko is a blocker. hope someone finds the time to merge this 🙏🏼