buildGoPackage: add support for checkFlags

This commit is contained in:
ajs124 2021-07-05 02:58:21 +02:00
parent dc973241a9
commit 3f29b579b0

View file

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