Skip to content

Commit

Permalink
test: limit workers (and memory) on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 21, 2020
1 parent 5994c4e commit b510264
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 @@ -24,4 +24,4 @@ jobs:
# Run unit tests!
- run:
name: run tests
command: yarn run test:unit
command: yarn run test:unit --maxWorkers=3

0 comments on commit b510264

Please sign in to comment.