nic-chen commented on a change in pull request #693:
URL: https://github.com/apache/apisix-dashboard/pull/693#discussion_r517804555



##########
File path: Makefile
##########
@@ -49,5 +49,5 @@ golang-lint: ## Run the golangci-lint application (install if 
not found)
 ### api-test:         Run the tests of manager-api
 .PHONY: api-test
 api-test:
-       cd api/ && go test -v -race -cover -coverprofile=coverage.txt 
-covermode=atomic ./...
+       cd api/ && APISIX_API_WORKDIR=$$PWD go test -v -race -cover 
-coverprofile=coverage.txt -covermode=atomic ./...

Review comment:
       that means discover and run any tests within current directly or their 
subdirectories.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to