refactor: remove test and tidy commands from Makefile

This commit is contained in:
mlogclub
2026-04-16 18:19:53 +08:00
parent 3f569130ab
commit ae7300a984
2 changed files with 2 additions and 8 deletions
+1 -7
View File
@@ -1,5 +1,5 @@
.PHONY: install run run-server run-dashboard run-widget build build-all build-assets build-dashboard build-widget \
package-current package-platform build-server-linux-amd64 clean-dist clean-temp test tidy generator enums migration testdata
package-current package-platform build-server-linux-amd64 clean-dist clean-temp generator enums migration testdata
DIST_DIR ?= dist
TMP_DIR := $(DIST_DIR)/.tmp
@@ -118,12 +118,6 @@ clean-dist:
clean-temp:
rm -rf $(TMP_DIR)
test:
go test ./...
tidy:
go mod tidy
generator:
go run ./cmd/generator/generator.go