Skip to content

Commit

Permalink
Group tests to optimize compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jun 29, 2024
1 parent 9810d42 commit eac20de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ set -e

# Run tests for the Rust project
echo "Running Rust tests..."
cargo test --package payjoin --verbose --all-features --lib
cargo test --package payjoin-cli --verbose --features=danger-local-https
cargo test --package payjoin --verbose --features=send,receive --test integration

cargo test --package payjoin --verbose --features=send,receive,danger-local-https,v2 --test integration
cargo test --package payjoin-cli --verbose --features=danger-local-https,v2 --test e2e
cargo test --package payjoin-cli --verbose --features=danger-local-https

cargo test --package payjoin --verbose --all-features --lib

0 comments on commit eac20de

Please sign in to comment.