Skip to content

Commit b85cb82

Browse files
committed
do not run go generate on checks in pre-push hook
1 parent e09485d commit b85cb82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.git-hooks/pre-push

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ fi
88

99
set +x
1010

11-
make test
12-
make lint
11+
make test SKIP_GO_GENERATE=true
12+
make lint SKIP_GO_GENERATE=true

0 commit comments

Comments
 (0)