Skip to content

Commit

Permalink
drop test concurrency down to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed May 3, 2021
1 parent bc4b376 commit f3bf249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ docs-serve:

.PHONY: test
test:
pytest -n 4 tests
pytest -n 2 tests

.PHONY: test-cov
test-cov:
pytest -n 4 --cov=hsclient --cov-report html
pytest -n 2 --cov=hsclient --cov-report html

0 comments on commit f3bf249

Please sign in to comment.