File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ 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 : stable
35
37
test-custom-message : true
36
38
- toolchain : beta
39
41
build-no-std : true
40
42
build-futures : true
41
43
build-tx-sync : true
44
+ build-anchors : true
42
45
- toolchain : stable
43
46
platform : windows-latest
44
47
build-net-tokio : true
@@ -56,13 +59,15 @@ jobs:
56
59
build-no-std : true
57
60
build-futures : true
58
61
build-tx-sync : true
62
+ build-anchors : true
59
63
- toolchain : beta
60
64
test-custom-message : true
61
65
- toolchain : 1.41.1
62
66
build-no-std : false
63
67
test-log-variants : true
64
68
build-futures : false
65
69
build-tx-sync : false
70
+ build-anchors : true
66
71
- toolchain : 1.45.2
67
72
build-net-old-tokio : true
68
73
build-net-tokio : true
@@ -214,6 +219,10 @@ jobs:
214
219
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always -p lightning-invoice
215
220
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-persister
216
221
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-background-processor
222
+ - name : Test Anchors Modifications on Rust ${{ matrix.toolchain }}
223
+ if : " matrix.build-anchors"
224
+ run : |
225
+ RUSTFLAGS="--cfg=anchors" cargo test --verbose --color always -p lightning
217
226
- name : Test Block Sync Clients on Rust ${{ matrix.toolchain }} with features
218
227
if : " matrix.build-net-tokio && !matrix.coverage"
219
228
run : |
You can’t perform that action at this time.
0 commit comments