Skip to content

Commit f473832

Browse files
committed
Ensure we check/test/doc the lightning crate under dnssec
.. as we'd otherwise never catch any bugs particular to the `dnssec` feature.
1 parent 7b71590 commit f473832

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/ci-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ for DIR in "${WORKSPACE_MEMBERS[@]}"; do
6565
cargo doc -p "$DIR" --document-private-items
6666
done
6767

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+
6873
echo -e "\n\nChecking and testing Block Sync Clients with features"
6974

7075
cargo test -p lightning-block-sync --verbose --color always --features rest-client

0 commit comments

Comments
 (0)