mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
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
|
||||
|
||||
for pkg in $(getGoDirs test); do
|
||||
buildGoDir test "$pkg"
|
||||
buildGoDir test $checkFlags "$pkg"
|
||||
done
|
||||
|
||||
runHook postCheck
|
||||
|
|
Loading…
Reference in a new issue