Skip to content

Commit 091a461

Browse files
committed
Do not capture logs in 0FC channels CI
In case of a timeout, these logs are very useful, and would otherwise fail to show.
1 parent 98c9088 commit 091a461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/0fc-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
echo "ELECTRS_EXE=$( pwd )/bin/electrs-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
4747
- name: Test with 0FC enabled
4848
run: |
49-
RUSTFLAGS="--cfg no_download --cfg cycle_tests --cfg tokio_unstable --cfg zero_fee_commitment_tests" cargo test -- --test-threads=1
49+
RUSTFLAGS="--cfg no_download --cfg cycle_tests --cfg tokio_unstable --cfg zero_fee_commitment_tests" cargo test -- --test-threads=1 --no-capture

0 commit comments

Comments
 (0)