We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f66560 commit 257cc45Copy full SHA for 257cc45
payjoin/contrib/test.sh
@@ -3,3 +3,9 @@ set -e
3
4
cargo test --locked --package payjoin --verbose --all-features --lib
5
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