buildGoApplication: add support for checkFlags

This is a port of dc973241a9
This commit is contained in:
adisbladis 2022-06-14 18:56:12 +08:00
parent 24c5e41124
commit 5913cf95d5

View file

@ -322,7 +322,7 @@ let
runHook preCheck runHook preCheck
for pkg in $(getGoDirs test); do for pkg in $(getGoDirs test); do
buildGoDir test "$pkg" buildGoDir test $checkFlags "$pkg"
done done
runHook postCheck runHook postCheck