Skip to content

Commit

Permalink
f Also test no_std builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 3, 2024
1 parent 0a7b62d commit fb6032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ echo -e "\n\nTest backtrace-debug builds"
cargo test -p lightning --verbose --color always --features backtrace

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

Expand Down

0 comments on commit fb6032a

Please sign in to comment.