Skip to content

Commit

Permalink
No production guest builds in tests (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Dec 3, 2024
1 parent 3460e61 commit 77bf340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77bf340

Please sign in to comment.