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 7d31d59 commit 3ff6128Copy full SHA for 3ff6128
contrib/test.sh
@@ -62,6 +62,8 @@ do
62
cargo test --verbose --features="$feature"
63
done
64
65
+cargo run --example ecdsa-psbt --features=bitcoinconsensus
66
+
67
# Build the docs if told to (this only works with the nightly toolchain)
68
if [ "$DO_DOCS" = true ]; then
69
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links
0 commit comments