Skip to content

Commit

Permalink
ci: use 2 workers max when testing before release
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Aug 29, 2021
1 parent fc663ca commit a039cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn lint

- name: Run tests
run: yarn test
run: yarn test --maxWorkers=2

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit a039cf8

Please sign in to comment.