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 31
31
build-no-std : true
32
32
build-futures : true
33
33
build-tx-sync : true
34
+ - toolchain : stable
35
+ test-custom-message : true
34
36
- toolchain : beta
35
37
platform : macos-latest
36
38
build-net-tokio : true
54
56
build-no-std : true
55
57
build-futures : true
56
58
build-tx-sync : true
59
+ - toolchain : beta
60
+ test-custom-message : true
57
61
- toolchain : 1.41.1
58
62
build-no-std : false
59
63
test-log-variants : true
@@ -226,6 +230,11 @@ jobs:
226
230
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client
227
231
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client,rest-client
228
232
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client,rest-client,tokio
233
+ - name : Test Custom Message Macros on Rust ${{ matrix.toolchain }}
234
+ if : " matrix.test-custom-message"
235
+ run : |
236
+ cd lightning-custom-message
237
+ cargo test --verbose --color always
229
238
- name : Install deps for kcov
230
239
if : matrix.coverage
231
240
run : |
You can’t perform that action at this time.
0 commit comments