forked from mirrors/gomod2nix
buildGoApplication: add support for checkFlags
This is a port of dc973241a9
This commit is contained in:
parent
24c5e41124
commit
5913cf95d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue