ci: optimize release progress (#1794)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-06-20 11:39:53 +08:00
committed by GitHub
parent 1703e93e15
commit 903f02bf10
2 changed files with 3 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ docker-image: ## Build docker image.
##@ Test
test: nextest ## Run unit and integration tests.
cargo nextest run
cargo nextest run --retries 3
.PHONY: nextest ## Install nextest tools.
nextest: