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:
parent
6967c0ed6f
commit
cd2369b4f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue