test: RLN only

This commit is contained in:
Roman 2024-05-06 17:44:59 +08:00
parent 7d312597a5
commit 90f9332397
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -49,7 +49,7 @@ jobs:
- run: pip install -r requirements.txt
- name: Run tests
run: pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
run: pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()