mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Test anchors build in CI
This commit is contained in:
parent
2cc48c5a3c
commit
881656ba9e
2 changed files with 6 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -179,6 +179,7 @@ jobs:
|
|||
cargo check --no-default-features --features=no-std --release
|
||||
cargo check --no-default-features --features=futures --release
|
||||
cargo doc --release
|
||||
RUSTDOCFLAGS="--cfg=anchors" cargo doc --release
|
||||
|
||||
fuzz:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -89,3 +89,8 @@ if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then
|
|||
cargo test --verbose --color always
|
||||
popd
|
||||
fi
|
||||
|
||||
echo -e "\n\nTest anchors builds"
|
||||
pushd lightning
|
||||
RUSTFLAGS="$RUSTFLAGS --cfg=anchors" cargo test --verbose --color always -p lightning
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue