File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -14,34 +14,27 @@ jobs:
14
14
1.48.0]
15
15
include :
16
16
- toolchain : stable
17
- build-futures : true
18
17
build-tx-sync : true
19
18
coverage : true
20
19
- toolchain : stable
21
20
platform : macos-latest
22
- build-futures : true
23
21
build-tx-sync : true
24
22
- toolchain : stable
25
23
test-custom-message : true
26
24
- toolchain : beta
27
25
platform : macos-latest
28
- build-futures : true
29
26
build-tx-sync : true
30
27
- toolchain : stable
31
28
platform : windows-latest
32
- build-futures : true
33
29
build-tx-sync : false
34
30
- toolchain : beta
35
31
platform : windows-latest
36
- build-futures : true
37
32
build-tx-sync : false
38
33
- toolchain : beta
39
- build-futures : true
40
34
build-tx-sync : true
41
35
- toolchain : beta
42
36
test-custom-message : true
43
37
- toolchain : 1.48.0
44
- build-futures : true
45
38
build-tx-sync : false
46
39
runs-on : ${{ matrix.platform }}
47
40
steps :
@@ -155,13 +148,13 @@ jobs:
155
148
cd lightning
156
149
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --no-default-features --features no-std
157
150
- name : Test futures builds on Rust ${{ matrix.toolchain }}
158
- if : " matrix.build-futures && !matrix.coverage"
151
+ if : " !matrix.coverage"
159
152
shell : bash # Default on Winblows is powershell
160
153
run : |
161
154
cd lightning-background-processor
162
155
cargo test --verbose --color always --no-default-features --features futures
163
156
- name : Test futures builds on Rust ${{ matrix.toolchain }} and full code-linking for coverage generation
164
- if : " matrix.build-futures && matrix. coverage"
157
+ if : " matrix.coverage"
165
158
shell : bash # Default on Winblows is powershell
166
159
run : |
167
160
cd lightning-background-processor
You can’t perform that action at this time.
0 commit comments