Skip to content

Commit

Permalink
Parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz committed Feb 7, 2024
1 parent 45a6943 commit 5535204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
export VESPA_QUERY_URL=http://localhost:8080
export PYTHONPATH="./marqo/tests:./marqo/src:./marqo"
pytest marqo/tests
pytest -n 10 marqo/tests
Stop-Runner:
name: Stop self-hosted EC2 runner
Expand Down
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ httpx==0.25.0
# test requirements
pyvespa==0.37.1
pytest==7.4.3
pytest-xdist==3.5.0

0 comments on commit 5535204

Please sign in to comment.