fix: enable all tests

This commit is contained in:
Roman 2024-05-06 18:41:34 +08:00
parent 3452bed31b
commit 2db8c3877e
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 tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
run: pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
- name: Get allure history
if: always()