Skip to content

Commit

Permalink
gha: don't limit the number of test workers
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Sep 23, 2020
1 parent 7340e18 commit 2ac65f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "DVC Tester"
- name: run tests
run: python -m tests -n=2 --cov-report=xml
run: python -m tests --cov-report=xml
- name: upload coverage report
if: github.event.name == 'push'
uses: codecov/[email protected]
Expand Down

0 comments on commit 2ac65f7

Please sign in to comment.