buildGoModule: add support for checkFlags
This commit is contained in:
parent
7229e6d646
commit
dc973241a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue