We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6a003 commit a258176Copy full SHA for a258176
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