Skip to content

Commit

Permalink
Use 16 threads for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Oct 13, 2023
1 parent 65ef417 commit 2c6a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions-rs/[email protected]
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'

Expand Down

0 comments on commit 2c6a150

Please sign in to comment.