Skip to content

Commit

Permalink
test_: run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 15, 2025
1 parent 62b9ce5 commit 2ba30d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cd tests-functional; docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans -d

- name: Run tests
run: pytest -m "reliability" -c tests-functional/pytest.ini --alluredir=allure-results
run: pytest -n 4 -m "reliability" -c tests-functional/pytest.ini --alluredir=allure-results

- name: Get allure history
if: always()
Expand Down
3 changes: 2 additions & 1 deletion tests-functional/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ pyright==1.1.388
black==24.10.0
pre-commit==3.6.2
allure-pytest==2.13.5
allure-python-commons==2.13.5
allure-python-commons==2.13.5
pytest-xdist==3.6.1

0 comments on commit 2ba30d7

Please sign in to comment.