Skip to content

Commit a258176

Browse files
committed
Add test suite for v1 and v2 specific features alone
Add the test suite for the `contrib/test,sh` script in the payjoin crate.
1 parent 6f6a003 commit a258176

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

payjoin/contrib/test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ set -e
33

44
cargo test --locked --package payjoin --verbose --all-features --lib
55
cargo test --locked --package payjoin --verbose --all-features --test integration
6+
7+
cargo test --locked --package payjoin --verbose --no-default-features --features v1 --lib
8+
cargo test --locked --package payjoin --verbose --no-default-features --features v1 --test integration
9+
10+
cargo test --locked --package payjoin --verbose --no-default-features --features v2 --lib
11+
cargo test --locked --package payjoin --verbose --no-default-features --features v2 --test integration

0 commit comments

Comments
 (0)