File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 43
43
build-no-std : true
44
44
- toolchain : 1.36.0
45
45
build-no-std : false
46
+ test-log-variants : true
46
47
- toolchain : 1.41.0
47
48
build-no-std : false
48
49
- toolchain : 1.45.2
73
74
cargo build --verbose --color always -p lightning
74
75
cargo build --verbose --color always -p lightning-invoice
75
76
cargo build --verbose --color always -p lightning-persister
77
+ - name : Build on Rust ${{ matrix.toolchain }} with all Log-Limiting features
78
+ if : matrix.test-log-variants
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
83
+ done
76
84
- name : Build Block Sync Clients on Rust ${{ matrix.toolchain }} with features
77
85
if : " matrix.build-net-tokio && !matrix.coverage"
78
86
run : |
You can’t perform that action at this time.
0 commit comments