Explorar el Código

Fix pre-push git hook

DarthSim hace 3 años
padre
commit
a96edfb761
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ./...