File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ cargo check -p lightning-block-sync --verbose --color always --features rpc-clie
9090cargo test -p lightning-block-sync --verbose --color always --features rpc-client,rest-client,tokio
9191cargo check -p lightning-block-sync --verbose --color always --features rpc-client,rest-client,tokio
9292
93+ echo -e " \n\nChecking and testing lightning-persister with features"
94+ cargo test -p lightning-persister --verbose --color always --features tokio
95+ cargo check -p lightning-persister --verbose --color always --features tokio
96+ cargo doc -p lightning-persister --document-private-items --features tokio
97+
9398echo -e " \n\nTest Custom Message Macros"
9499cargo test -p lightning-custom-message --verbose --color always
95100[ " $CI_MINIMIZE_DISK_USAGE " != " " ] && cargo clean
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ edition = "2021"
1313all-features = true
1414rustdoc-args = [" --cfg" , " docsrs" ]
1515
16+ [features ]
17+ tokio = [" dep:tokio" ]
18+
1619[dependencies ]
1720bitcoin = " 0.32.2"
1821lightning = { version = " 0.2.0" , path = " ../lightning" }
You can’t perform that action at this time.
0 commit comments