Skip to content

Commit 6eb4f78

Browse files
committed
build: skip build-ci on run-ci
When run `make run-ci` with CONFIG_FLAGS only set in prior `make build-ci`, `make run-ci` will try to rebuild everything, instead of re-use the built result from prior `make build-ci`.
1 parent 05f8772 commit 6eb4f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ build-ci: ## Build everything (CI).
638638
#
639639
# Using -j1 as the sub target in `test-ci` already have internal parallelism.
640640
# Refs: https://github.com/nodejs/node/pull/23733
641-
run-ci: build-ci ## Build and run all tests (CI).
641+
run-ci: ## Run all tests (CI).
642642
$(MAKE) test-ci -j1
643643

644644
.PHONY: test-release

0 commit comments

Comments
 (0)