Skip to content

Commit

Permalink
Add --nocapture to test-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Aug 2, 2023
1 parent d2c1cdd commit dd06186
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 @@ -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:
Expand Down

0 comments on commit dd06186

Please sign in to comment.