Run sighash example in CI
Somehow we forgot to run the `sighash` example in CI.
This commit is contained in:
parent
a3c4194c3f
commit
a246dc98a4
|
@ -75,3 +75,6 @@ required-features = ["std", "rand-std"]
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "taproot-psbt"
|
name = "taproot-psbt"
|
||||||
required-features = ["std", "rand-std", "bitcoinconsensus"]
|
required-features = ["std", "rand-std", "bitcoinconsensus"]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "sighash"
|
||||||
|
|
|
@ -7,4 +7,4 @@ FEATURES_WITH_STD="rand-std serde secp-recovery bitcoinconsensus-std base64 orde
|
||||||
FEATURES_WITHOUT_STD="rand serde secp-recovery bitcoinconsensus base64 ordered"
|
FEATURES_WITHOUT_STD="rand serde secp-recovery bitcoinconsensus base64 ordered"
|
||||||
|
|
||||||
# Run and lint these examples.
|
# Run and lint these examples.
|
||||||
EXAMPLES="ecdsa-psbt:std,bitcoinconsensus sign-tx-segwit-v0:rand-std sign-tx-taproot:rand-std taproot-psbt:bitcoinconsensus,rand-std"
|
EXAMPLES="ecdsa-psbt:std,bitcoinconsensus sign-tx-segwit-v0:rand-std sign-tx-taproot:rand-std taproot-psbt:bitcoinconsensus,rand-std sighash:std"
|
||||||
|
|
Loading…
Reference in New Issue