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 26
26
build-net-tokio : true
27
27
build-no-std : true
28
28
build-futures : true
29
+ - toolchain : stable
30
+ test-custom-message : true
29
31
- toolchain : beta
30
32
platform : macos-latest
31
33
build-net-tokio : true
45
47
build-net-tokio : true
46
48
build-no-std : true
47
49
build-futures : true
50
+ - toolchain : beta
51
+ test-custom-message : true
48
52
- toolchain : 1.41.1
49
53
build-no-std : false
50
54
test-log-variants : true
@@ -192,6 +196,11 @@ jobs:
192
196
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client
193
197
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client,rest-client
194
198
RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always --features rpc-client,rest-client,tokio
199
+ - name : Test Custom Message Macros on Rust ${{ matrix.toolchain }}
200
+ if : " matrix.test-custom-message"
201
+ run : |
202
+ cd lightning-custom-message
203
+ cargo test --verbose --color always
195
204
- name : Install deps for kcov
196
205
if : matrix.coverage
197
206
run : |
You can’t perform that action at this time.
0 commit comments