mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
remove loadfile option
This commit is contained in:
parent
5591f550a1
commit
d0cbdca12f
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user