From 2c6a1502946bff98920fcce100a80185062ce0d5 Mon Sep 17 00:00:00 2001 From: Yury Akudovich Date: Fri, 13 Oct 2023 12:04:31 +0200 Subject: [PATCH] Use 16 threads for coverage. --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 8af8ed3a..3078fa50 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -27,7 +27,7 @@ jobs: uses: actions-rs/tarpaulin@v0.1 with: version: '0.15.0' - args: '--manifest-path node/Cargo.toml -- --test-threads 1' + args: '--manifest-path node/Cargo.toml -- --test-threads 16' env: RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'