Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Oct 19, 2024
1 parent 5d8859b commit d654ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cd tests
export HIVEMIND_MEMORY_SHARING_STRATEGY=file_descriptor
pytest --durations=0 --durations-min=1.0 -v
pytest --durations=0 --durations-min=1.0 -n auto -v
build_and_test_p2pd:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621
pytest-forked
pytest-asyncio==0.16.0
pytest-cov
pytest-xdist>=3.0.2
coverage==6.0.2 # see https://github.com/pytest-dev/pytest-cov/issues/520
tqdm
scikit-learn
Expand Down

0 comments on commit d654ff9

Please sign in to comment.