Run ecdsa-psbt example in test script

We just added a PSBT example file, run it from CI for all test runs.
This commit is contained in:
Tobin C. Harding 2022-07-19 11:02:20 +10:00
parent 6967c0ed6f
commit cd2369b4f9
1 changed files with 2 additions and 0 deletions

View File

@ -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