Skip to content

Commit fb6032a

Browse files
committed
f Also test no_std builds in CI
1 parent 0a7b62d commit fb6032a

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
@@ -111,7 +111,7 @@ echo -e "\n\nTest backtrace-debug builds"
111111
cargo test -p lightning --verbose --color always --features backtrace
112112

113113
echo -e "\n\nTesting no_std builds"
114-
for DIR in lightning-invoice lightning-rapid-gossip-sync; do
114+
for DIR in lightning-invoice lightning-rapid-gossip-sync lightning-liquidity; do
115115
cargo test -p $DIR --verbose --color always --no-default-features
116116
done
117117

0 commit comments

Comments
 (0)