Skip to content

Commit

Permalink
limit number of threads during build
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-de committed Feb 7, 2019
1 parent c4689c8 commit fd9858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- restore_cache:
key: project-cache
- run:
command: cargo test
command: cargo test -j3
- save_cache:
key: project-cache
paths:
Expand Down

0 comments on commit fd9858e

Please sign in to comment.