Skip to content

Commit 704e93e

Browse files
committed
wtf
1 parent 0fdb6be commit 704e93e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
run: |
8080
cd lightning
8181
for FEATURE in "$(cat Cargo.toml | grep '^max_level_' | awk '{ print $1 }')"; do
82-
cargo build --verbose --color always --features $FEATURE
82+
echo $FEATURE
83+
echo cargo build --verbose --color always --features $FEATURE
84+
cargo build --verbose --color always --features $FEATURE
8385
done
8486
- name: Build Block Sync Clients on Rust ${{ matrix.toolchain }} with features
8587
if: "matrix.build-net-tokio && !matrix.coverage"

0 commit comments

Comments
 (0)