Skip to content

Commit

Permalink
Limit the number of test threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Nov 25, 2021
1 parent 6a54cfb commit f1947dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions-rs/cargo@v1.0.3
with:
command: test
args: --all-targets --workspace
args: --all-targets --workspace -- --test-threads 4

clippy:
name: Cargo clippy
Expand Down

0 comments on commit f1947dc

Please sign in to comment.