Skip to content

Commit

Permalink
ci: optimize release progress (GreptimeTeam#1794)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Jun 20, 2023
1 parent 1703e93 commit 903f02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
build-macos:
name: Build macOS binary
strategy:
fail-fast: false
matrix:
# The file format is greptime-<os>-<arch>
include:
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
build-linux:
name: Build linux binary
strategy:
fail-fast: false
matrix:
# The file format is greptime-<os>-<arch>
include:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 903f02b

Please sign in to comment.