Skip to content

Commit

Permalink
remove loadfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 committed Dec 25, 2024
1 parent 5591f55 commit d0cbdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
elif [ "${{ matrix.shard }}" == 1 ]; then
pytest --dist=loadfile tests/relay/test_rln.py -n 1 --alluredir=allure-results-${{ matrix.shard }}
elif [ "${{ matrix.shard }}" != 1 ]; then
pytest --dist=loadfile --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=8 --alluredir=allure-results-${{ matrix.shard }}
pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=8 --alluredir=allure-results-${{ matrix.shard }}
fi
Expand Down

0 comments on commit d0cbdca

Please sign in to comment.