Skip to content

Commit 3ff6128

Browse files
committed
Run ecdsa-psbt example in test script
We just added a PSBT example file, run it from CI for all test runs.
1 parent 7d31d59 commit 3ff6128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ do
6262
cargo test --verbose --features="$feature"
6363
done
6464

65+
cargo run --example ecdsa-psbt --features=bitcoinconsensus
66+
6567
# Build the docs if told to (this only works with the nightly toolchain)
6668
if [ "$DO_DOCS" = true ]; then
6769
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links

0 commit comments

Comments
 (0)