Skip to content

Commit dd69242

Browse files
committed
f: Use all cores possible, and count the number of log directories
1 parent f7608d5 commit dd69242

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/0fc-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
run: |
4545
echo "BITCOIND_EXE=$( pwd )/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
4646
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
4750
- name: Test with 0FC enabled
4851
run: |
49-
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

Comments
 (0)