File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,22 @@ jobs:
24
24
build-no-std : true
25
25
build-futures : true
26
26
build-tx-sync : true
27
+ build-anchors : true
27
28
coverage : true
28
29
- toolchain : stable
29
30
platform : macos-latest
30
31
build-net-tokio : true
31
32
build-no-std : true
32
33
build-futures : true
33
34
build-tx-sync : true
35
+ build-anchors : true
34
36
- toolchain : beta
35
37
platform : macos-latest
36
38
build-net-tokio : true
37
39
build-no-std : true
38
40
build-futures : true
39
41
build-tx-sync : true
42
+ build-anchors : true
40
43
- toolchain : stable
41
44
platform : windows-latest
42
45
build-net-tokio : true
@@ -54,11 +57,13 @@ jobs:
54
57
build-no-std : true
55
58
build-futures : true
56
59
build-tx-sync : true
60
+ build-anchors : true
57
61
- toolchain : 1.41.1
58
62
build-no-std : false
59
63
test-log-variants : true
60
64
build-futures : false
61
65
build-tx-sync : false
66
+ build-anchors : true
62
67
- toolchain : 1.45.2
63
68
build-net-old-tokio : true
64
69
build-net-tokio : true
@@ -210,6 +215,10 @@ jobs:
210
215
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always -p lightning-invoice
211
216
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-persister
212
217
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-background-processor
218
+ - name : Test Anchors Modifications on Rust ${{ matrix.toolchain }}
219
+ if : " matrix.build-anchors"
220
+ run : |
221
+ RUSTFLAGS="--cfg=anchors" cargo test --verbose --color always -p lightning
213
222
- name : Test Block Sync Clients on Rust ${{ matrix.toolchain }} with features
214
223
if : " matrix.build-net-tokio && !matrix.coverage"
215
224
run : |
You can’t perform that action at this time.
0 commit comments