test: correct typo

This commit is contained in:
Roman 2024-05-06 20:03:37 +08:00
parent 0ca41c4d97
commit eb8a7c698b
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 pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()