buildGoPackage: add support for checkFlags
This commit is contained in:
parent
dc973241a9
commit
3f29b579b0
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ let
|
|||
runHook preCheck
|
||||
|
||||
for pkg in $(getGoDirs test); do
|
||||
buildGoDir test "$pkg"
|
||||
buildGoDir test $checkFlags "$pkg"
|
||||
done
|
||||
|
||||
runHook postCheck
|
||||
|
|
Loading…
Reference in a new issue