Fix pytest command

This commit is contained in:
aya 2024-12-25 15:21:05 +02:00
parent 36f6ff2821
commit f3ca6c932e

View File

@ -60,7 +60,7 @@ jobs:
pytest --reruns 2 -k "test_get_multiple_2000_store_messages" -n 1 --maxfail=1
elif [ "${{ matrix.shard }}" == 1 ]; then
pytest --dist=loadgroup tests/relay/test_rln.py -n 1
elif [ "${{ matrix.shard }}" != 7 && "${{ matrix.shard }}" != 1]; then
else then
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results
fi