File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,15 @@ jobs:
180180 cargo check --no-default-features --features=futures --release
181181 cargo doc --release
182182 RUSTDOCFLAGS="--cfg=anchors" cargo doc --release
183+ - name : Run cargo check for Taproot build.
184+ run : |
185+ cargo check --release
186+ cargo check --no-default-features --features=no-std --release
187+ cargo check --no-default-features --features=futures --release
188+ cargo doc --release
189+ env :
190+ RUSTFLAGS : ' --cfg=anchors --cfg=taproot'
191+ RUSTDOCFLAGS : ' --cfg=anchors --cfg=taproot'
183192
184193 fuzz :
185194 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9494echo -e " \n\nTest anchors builds"
9595pushd lightning
9696RUSTFLAGS=" $RUSTFLAGS --cfg=anchors" cargo test --verbose --color always -p lightning
97+ echo -e " \n\nTest Taproot builds"
98+ RUSTFLAGS=" $RUSTFLAGS --cfg=anchors --cfg=taproot" cargo test --verbose --color always -p lightning
9799popd
You can’t perform that action at this time.
0 commit comments