From 77bf340bfc831468359e490c60624f871f5189dc Mon Sep 17 00:00:00 2001 From: Rakan Al-Huneiti Date: Tue, 3 Dec 2024 15:20:59 +0300 Subject: [PATCH] No production guest builds in tests (#1548) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7517a7e23..58f4c54ca 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean-all: clean clean-node clean-txs test-legacy: ## Runs test suite with output from tests printed @cargo test -- --nocapture -Zunstable-options --report-time -test: build-risc0 build-sp1 build $(EF_TESTS_DIR) ## Runs test suite using next test +test: build $(EF_TESTS_DIR) ## Runs test suite using next test RISC0_DEV_MODE=1 cargo nextest run --workspace --all-features --no-fail-fast $(filter-out $@,$(MAKECMDGOALS)) install-dev-tools: ## Installs all necessary cargo helpers