diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 20a68c28..764794c0 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -51,7 +51,7 @@ jobs: - name: Run tests run: | pwd - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()