cloud-sql-proxy: tweak test flags

This commit is contained in:
Aaron Jheng 2022-05-21 00:02:04 +00:00
parent 39e0af7b7e
commit 1acac48b6d
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -15,7 +15,9 @@ buildGoModule rec {
vendorSha256 = "sha256-yxqLGDqdu9vX3ykHq7Kzf8oBH1ydltZkiWNWWM2l0Aw=";
checkFlags = [ "-short" ];
preCheck = ''
buildFlagsArray+="-short"
'';
meta = with lib; {
description = "An authenticating proxy for Second Generation Google Cloud SQL databases";