Skip to content

Commit 4603eff

Browse files
committed
Add silent payments to CI
1 parent be9630a commit 4603eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rbmt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ examples = [
1111

1212
# Features to test with the conventional `std` feature enabled.
1313
# Tests each feature alone with std, all pairs, and all together.
14-
features_with_std = ["rand", "serde", "base64", "miniscript"]
14+
features_with_std = ["rand", "serde", "base64", "miniscript", "silent-payments"]
1515

1616
# Features to test without the `std` feature.
1717
# Tests each feature alone, all pairs, and all together.
1818
# Note: rand is a little weird until we can upgrade secp256k1 to v0.30.0
1919
# Note: miniscript is not included here as it has its own no-std handling
20-
features_without_std = ["serde", "base64"]
20+
features_without_std = ["serde", "base64", "silent-payments"]

0 commit comments

Comments
 (0)