Skip to content

Commit 507530d

Browse files
authored
Merge branch 'main' into generate-in-ci
2 parents d4a5c39 + 6491dde commit 507530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
GO_RUN_BUILD := go run internal/build/build.go
88

99
.PHONY: all
10-
all: generate vet tag-test test check-binary-size tag-check-binary-size gfmrun yamlfmt v2diff
10+
all: generate vet test check-binary-size gfmrun yamlfmt v2diff
1111

1212
# NOTE: this is a special catch-all rule to run any of the commands
1313
# defined in internal/build/build.go with optional arguments passed

0 commit comments

Comments
 (0)