Skip to content

Commit 05dbcb5

Browse files
tnullelnosh
authored andcommitted
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 1ca41b5 commit 05dbcb5

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
@@ -74,6 +74,11 @@ for DIR in "${WORKSPACE_MEMBERS[@]}"; do
7474
cargo doc -p "$DIR" --document-private-items
7575
done
7676

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

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

0 commit comments

Comments
 (0)