From dd06186a8f56fbd390b8dea401988ff33a738a12 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 2 Aug 2023 11:23:11 +1000 Subject: [PATCH] Add --nocapture to test-debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd49a9f90e9..a8345bd20ce 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ test-release: # Runs the full workspace tests in **debug**, without downloading any additional test # vectors. test-debug: - cargo test --workspace --exclude ef_tests --exclude beacon_chain --exclude network + cargo test --workspace --exclude ef_tests --exclude beacon_chain --exclude network -- --nocapture # Runs cargo-fmt (linter). cargo-fmt: