From a96edfb76197050772cab147b1859ba05b817f6a Mon Sep 17 00:00:00 2001 From: DarthSim Date: Thu, 7 Apr 2022 14:11:58 +0600 Subject: [PATCH] Fix pre-push git hook --- .lefthook/pre-push/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lefthook/pre-push/test b/.lefthook/pre-push/test index f91b8ce9..d5b38d89 100755 --- a/.lefthook/pre-push/test +++ b/.lefthook/pre-push/test @@ -7,4 +7,4 @@ fi export CGO_LDFLAGS_ALLOW="-s|-w" export CGO_CFLAGS_ALLOW="-Xpreprocessor" -go test +go test ./...