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 6df50e0 commit 6183787
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 @@ -116,7 +116,7 @@ grep '^max_level_' lightning/Cargo.toml | awk '{ print $1 }'| while read -r FEAT
done

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 6183787

Please sign in to comment.