mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:07:33 +00:00
Merge pull request #129286 from helsinki-systems/feat/buildGoMod-checkFlags
This commit is contained in:
commit
eae7e30588
@ -214,7 +214,7 @@ let
|
||||
runHook preCheck
|
||||
|
||||
for pkg in $(getGoDirs test); do
|
||||
buildGoDir test "$pkg"
|
||||
buildGoDir test $checkFlags "$pkg"
|
||||
done
|
||||
|
||||
runHook postCheck
|
||||
|
@ -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 New Issue
Block a user