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 1ca41b5 commit 05dbcb5Copy full SHA for 05dbcb5
ci/ci-tests.sh
@@ -74,6 +74,11 @@ for DIR in "${WORKSPACE_MEMBERS[@]}"; do
74
cargo doc -p "$DIR" --document-private-items
75
done
76
77
+echo -e "\n\nChecking and testing lightning with features"
78
+cargo test -p lightning --verbose --color always --features dnssec
79
+cargo check -p lightning --verbose --color always --features dnssec
80
+cargo doc -p lightning --document-private-items --features dnssec
81
+
82
echo -e "\n\nChecking and testing Block Sync Clients with features"
83
84
cargo test -p lightning-block-sync --verbose --color always --features rest-client
0 commit comments