From cd2369b4f965267690878299b893fbaeded22e0c Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 19 Jul 2022 11:02:20 +1000 Subject: [PATCH] Run ecdsa-psbt example in test script We just added a PSBT example file, run it from CI for all test runs. --- contrib/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/test.sh b/contrib/test.sh index 37b8cfd2dd..cdc7255ffa 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -62,6 +62,8 @@ do cargo test --verbose --features="$feature" done +cargo run --example ecdsa-psbt --features=bitcoinconsensus + # Build the docs if told to (this only works with the nightly toolchain) if [ "$DO_DOCS" = true ]; then RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links