ci: Fix .PHONY declaration for install-reth-bench target in Makefile (#18152)

This commit is contained in:
James Niken
2025-08-30 10:03:46 +02:00
committed by GitHub
parent 9b863264d4
commit 339f18c48f

View File

@@ -212,7 +212,7 @@ ef-tests: $(EF_TESTS_DIR) ## Runs Ethereum Foundation tests.
reth-bench: ## Build the reth-bench binary into the `target` directory.
cargo build --manifest-path bin/reth-bench/Cargo.toml --features "$(FEATURES)" --profile "$(PROFILE)"
.PHONY: install-reth-bech
.PHONY: install-reth-bench
install-reth-bench: ## Build and install the reth binary under `$(CARGO_HOME)/bin`.
cargo install --path bin/reth-bench --bin reth-bench --force --locked \
--features "$(FEATURES)" \