buildGoModule: add support for checkFlags

This commit is contained in:
ajs124 2021-07-05 02:47:32 +02:00
parent 7229e6d646
commit dc973241a9

View file

@ -214,7 +214,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