test: RLN only

This commit is contained in:
Roman 2024-06-21 14:29:36 +02:00
parent 8c1316778c
commit 30cf453b27
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

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