Backing out build tag for suggestions per recommendation

from @kolyshkin 🙇
This commit is contained in:
2022-05-17 08:49:15 -04:00
parent 3c923e7a44
commit f3cf7640c7
9 changed files with 8 additions and 42 deletions

View File

@@ -17,11 +17,11 @@ all: generate vet tag-test test check-binary-size tag-check-binary-size gfmrun t
.PHONY: tag-test
tag-test:
go run internal/build/build.go -tags urfave_cli_core test
go run internal/build/build.go -tags urfave_cli_no_docs test
.PHONY: tag-check-binary-size
tag-check-binary-size:
go run internal/build/build.go -tags urfave_cli_core check-binary-size
go run internal/build/build.go -tags urfave_cli_no_docs check-binary-size
.PHONY: gfmrun
gfmrun: