Skip to content

Commit

Permalink
nocapture
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebear21 committed Nov 13, 2024
1 parent 3d1b41b commit 38d3892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payjoin/contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e

cargo test --locked --package payjoin --verbose --all-features --lib
cargo test --locked --package payjoin --verbose --features=send,receive --test integration
cargo test --locked --package payjoin --verbose --no-default-features --features=send,receive,danger-local-https,v2 --test integration
cargo test --locked --package payjoin --verbose --features=send,receive --test integration -- --nocapture
cargo test --locked --package payjoin --verbose --no-default-features --features=send,receive,danger-local-https,v2 --test integration -- --nocapture

0 comments on commit 38d3892

Please sign in to comment.