test: rln only

This commit is contained in:
Roman 2024-05-06 19:57:33 +08:00
parent 55f6ff2824
commit 0ca41c4d97
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -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()