Skip to content

Commit 1fbf244

Browse files
committed
Only do backtrace builds on stable to fix MSRV break in CI
1 parent d4dc05b commit 1fbf244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features rpc-client,rest-client
110110
RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features rpc-client,rest-client,tokio
111111
- name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
112-
if: "matrix.build-no-std"
112+
if: "matrix.toolchain == stable"
113113
run: |
114114
cd lightning && cargo test --verbose --color always --features backtrace
115115
- name: Test on Rust ${{ matrix.toolchain }} with net-tokio

0 commit comments

Comments
 (0)