File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ jobs:
22
22
build-no-std : true
23
23
build-futures : true
24
24
build-tx-sync : true
25
+ build-anchors : true
25
26
coverage : true
26
27
- toolchain : stable
27
28
platform : macos-latest
28
29
build-net-tokio : true
29
30
build-no-std : true
30
31
build-futures : true
31
32
build-tx-sync : true
33
+ build-anchors : true
32
34
- toolchain : stable
33
35
test-custom-message : true
34
36
- toolchain : beta
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,13 +57,15 @@ 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 : beta
58
62
test-custom-message : true
59
63
- toolchain : 1.41.1
60
64
build-no-std : false
61
65
test-log-variants : true
62
66
build-futures : false
63
67
build-tx-sync : false
68
+ build-anchors : true
64
69
- toolchain : 1.45.2
65
70
build-net-old-tokio : true
66
71
build-net-tokio : true
@@ -208,6 +213,11 @@ jobs:
208
213
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always -p lightning-invoice
209
214
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-persister
210
215
RUSTFLAGS="--cfg=c_bindings" cargo build --verbose --color always -p lightning-background-processor
216
+ - name : Test Anchors Modifications on Rust ${{ matrix.toolchain }}
217
+ if : " matrix.build-anchors"
218
+ run : |
219
+ RUSTFLAGS="--cfg=anchors" cargo test --verbose --color always -p lightning
220
+ RUSTDOCFLAGS="--cfg=anchors" cargo doc --release
211
221
- name : Test Block Sync Clients on Rust ${{ matrix.toolchain }} with features
212
222
if : " matrix.build-net-tokio && !matrix.coverage"
213
223
run : |
You can’t perform that action at this time.
0 commit comments