diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 15b46fe4..f6e1b5ff 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + run: pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()