Merge pull request #129286 from helsinki-systems/feat/buildGoMod-checkFlags

This commit is contained in:
Ben Siraphob 2021-07-06 01:49:04 +07:00 committed by GitHub
commit eae7e30588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

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