Skip to content

Commit 30616f5

Browse files
committed
Remove single thread restriction for 0fc integration tests
1 parent 9b7bf89 commit 30616f5

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

0 commit comments

Comments
 (0)