Browse Source

Fix pre-push git hook

DarthSim 3 years ago
parent
commit
a96edfb761
1 changed files with 1 additions and 1 deletions
  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_LDFLAGS_ALLOW="-s|-w"
 export CGO_CFLAGS_ALLOW="-Xpreprocessor"
 export CGO_CFLAGS_ALLOW="-Xpreprocessor"
 
 
-go test
+go test ./...