mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
159211ae78
when building a go test without the `-c` flag like so: ```yaml builds: - command: test binary: env.test dir: ./internal/builders/golang no_main_check: true ``` will result in the error: `exit status 1: fork/exec : exec format error` adding the -c flags when not present in the flags adding unit test https://github.com/goreleaser/goreleaser/issues/4462 --------- Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
---|---|---|
.. | ||
archivefiles | ||
artifact | ||
builders | ||
client | ||
commitauthor | ||
deprecate | ||
exec | ||
extrafiles | ||
gio | ||
git | ||
golden | ||
http | ||
ids | ||
logext | ||
middleware | ||
pipe | ||
pipeline | ||
semerrgroup | ||
shell | ||
skips | ||
static | ||
testctx | ||
testlib | ||
tmpl | ||
yaml |