mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
fix: fix scripts and optimize
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
@@ -163,6 +163,12 @@ go.lint: tools.verify.golangci-lint
|
||||
go.test:
|
||||
@$(GO) test ./...
|
||||
|
||||
## go.demo: Run demo
|
||||
.PHONY: go.demo
|
||||
go.demo:
|
||||
@echo "===========> Run demo"
|
||||
@$(ROOT_DIR)/scripts/demo.sh
|
||||
|
||||
## go.test.junit-report: Run unit test
|
||||
.PHONY: go.test.junit-report
|
||||
go.test.junit-report: tools.verify.go-junit-report
|
||||
|
||||
Reference in New Issue
Block a user