We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dc05b commit 1fbf244Copy full SHA for 1fbf244
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features rpc-client,rest-client
110
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features rpc-client,rest-client,tokio
111
- name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
112
- if: "matrix.build-no-std"
+ if: "matrix.toolchain == stable"
113
run: |
114
cd lightning && cargo test --verbose --color always --features backtrace
115
- name: Test on Rust ${{ matrix.toolchain }} with net-tokio
0 commit comments