We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb6be commit 704e93eCopy full SHA for 704e93e
.github/workflows/build.yml
@@ -79,7 +79,9 @@ jobs:
79
run: |
80
cd lightning
81
for FEATURE in "$(cat Cargo.toml | grep '^max_level_' | awk '{ print $1 }')"; do
82
- cargo build --verbose --color always --features $FEATURE
+ echo $FEATURE
83
+ echo cargo build --verbose --color always --features $FEATURE
84
+ cargo build --verbose --color always --features $FEATURE
85
done
86
- name: Build Block Sync Clients on Rust ${{ matrix.toolchain }} with features
87
if: "matrix.build-net-tokio && !matrix.coverage"
0 commit comments