Skip to content

Commit

Permalink
Run ecdsa-psbt example in test script
Browse files Browse the repository at this point in the history
We just added a PSBT example file, run it from CI for all test runs.
  • Loading branch information
tcharding committed Jul 19, 2022
1 parent 6967c0e commit cd2369b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/test.sh
Expand Up @@ -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
Expand Down

0 comments on commit cd2369b

Please sign in to comment.