mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
feat: add api test make file
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
@@ -193,6 +193,12 @@ go.lint: tools.verify.golangci-lint
|
||||
go.test:
|
||||
@$(GO) test ./...
|
||||
|
||||
## go.test.api: Run api test
|
||||
.PHONY: go.test.api
|
||||
go.test.api:
|
||||
@echo "===========> Run api test"
|
||||
@$(ROOT_DIR)/scripts/install/test.sh openim::test::test
|
||||
|
||||
## go.demo: Run demo
|
||||
.PHONY: go.demo
|
||||
go.demo:
|
||||
|
||||
Reference in New Issue
Block a user