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 f7608d5 commit dd69242Copy full SHA for dd69242
1 file changed
.github/workflows/0fc-integration.yml
@@ -44,6 +44,9 @@ jobs:
44
run: |
45
echo "BITCOIND_EXE=$( pwd )/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
46
echo "ELECTRS_EXE=$( pwd )/bin/electrs-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
47
+ - name: Check the tmp dir to see how much data there is if we were to upload the logs
48
+ run: |
49
+ ls -l -d /tmp/??????? | wc -l
50
- name: Test with 0FC enabled
51
- RUSTFLAGS="--cfg no_download --cfg cycle_tests --cfg tokio_unstable --cfg zero_fee_commitment_tests" cargo test -- --test-threads=1 --no-capture
52
+ RUSTFLAGS="--cfg no_download --cfg cycle_tests --cfg tokio_unstable --cfg zero_fee_commitment_tests" cargo test -- --no-capture
0 commit comments