Skip to content

Commit 6183787

Browse files
committed
f Also test no_std builds in CI
1 parent 6df50e0 commit 6183787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ grep '^max_level_' lightning/Cargo.toml | awk '{ print $1 }'| while read -r FEAT
116116
done
117117

118118
echo -e "\n\nTesting no_std builds"
119-
for DIR in lightning-invoice lightning-rapid-gossip-sync; do
119+
for DIR in lightning-invoice lightning-rapid-gossip-sync lightning-liquidity; do
120120
cargo test -p $DIR --verbose --color always --no-default-features
121121
done
122122

0 commit comments

Comments
 (0)