浏览代码

Fix pre-push git hook

DarthSim 3 年之前
父节点
当前提交
a96edfb761
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .lefthook/pre-push/test

+ 1 - 1
.lefthook/pre-push/test

@@ -7,4 +7,4 @@ fi
 export CGO_LDFLAGS_ALLOW="-s|-w"
 export CGO_CFLAGS_ALLOW="-Xpreprocessor"
 
-go test
+go test ./...