We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
test
doc
lightning
dnssec
1 parent 7b71590 commit f473832Copy full SHA for f473832
ci/ci-tests.sh
@@ -65,6 +65,11 @@ for DIR in "${WORKSPACE_MEMBERS[@]}"; do
65
cargo doc -p "$DIR" --document-private-items
66
done
67
68
+echo -e "\n\nChecking and testing lightning with features"
69
+cargo test -p lightning --verbose --color always --features dnssec
70
+cargo check -p lightning --verbose --color always --features dnssec
71
+cargo doc -p lightning --document-private-items --features dnssec
72
+
73
echo -e "\n\nChecking and testing Block Sync Clients with features"
74
75
cargo test -p lightning-block-sync --verbose --color always --features rest-client
0 commit comments